blob: f7defaf74aa2276515d6c590d7c1a05bde7e9b4c (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/make -f
%:
dh --with python-support $@
override_dh_installinit:
# Install bcfg2 initscript without staring it on postinst
dh_installinit -p bcfg2 --no-start
# Install everything else normally
dh_installinit -N bcfg2
|