yunohost/debian/rules

12 lines
233 B
Makefile
Executable file

#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh ${@} --with=systemd
override_dh_installinit:
dh_installinit --name=yunohost-api
dh_installinit --name=yunohost-firewall