Changeset 3034
- Timestamp:
- Jul 6, 2010, 12:27:32 AM (14 years ago)
- Location:
- trunk/packages/invirt-dev/debian
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-dev/debian/invirt-dev.postinst
r2636 r3034 48 48 esac 49 49 50 if [ -x /etc/init.d/invirt -dev]; then50 if [ -x /etc/init.d/invirtibuilder ]; then 51 51 if hash invoke-rc.d 2>/dev/null; then 52 invoke-rc.d invirt -devstart52 invoke-rc.d invirtibuilder start 53 53 else 54 /etc/init.d/invirt -devstart54 /etc/init.d/invirtibuilder start 55 55 fi 56 56 fi -
trunk/packages/invirt-dev/debian/rules
r2630 r3034 9 9 # This means that when the initscript is started, Python modules 10 10 # installed by the package haven't been fully installed yet. 11 DEB_DH_INSTALLINIT_ARGS += --no-start 11 DEB_DH_INSTALLINIT_ARGS += --no-start --name invirtibuilder 12 12 13 13 include /usr/share/cdbs/1/rules/debhelper.mk
Note: See TracChangeset
for help on using the changeset viewer.