svn path=/trunk/packages/invirt-dev/; revision=3034
;;
esac
-if [ -x /etc/init.d/invirt-dev ]; then
+if [ -x /etc/init.d/invirtibuilder ]; then
if hash invoke-rc.d 2>/dev/null; then
- invoke-rc.d invirt-dev start
+ invoke-rc.d invirtibuilder start
else
- /etc/init.d/invirt-dev start
+ /etc/init.d/invirtibuilder start
fi
fi
#
# This means that when the initscript is started, Python modules
# installed by the package haven't been fully installed yet.
-DEB_DH_INSTALLINIT_ARGS += --no-start
+DEB_DH_INSTALLINIT_ARGS += --no-start --name invirtibuilder
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk