From 1234abeabb385d00a2d3c53a163f047e2992e7de Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Wed, 2 Aug 2006 14:54:18 +0000 Subject: More packaging changes from Ressu git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2025 ce84e21b-d406-0410-9b95-82705330c041 --- debian/bcfg2.postinst | 9 --------- 1 file changed, 9 deletions(-) (limited to 'debian/bcfg2.postinst') diff --git a/debian/bcfg2.postinst b/debian/bcfg2.postinst index c287c962a..ebdef9d6b 100644 --- a/debian/bcfg2.postinst +++ b/debian/bcfg2.postinst @@ -38,15 +38,6 @@ esac #DEBHELPER# -if [ -x "/etc/init.d/bcfg2" ]; then - update-rc.d bcfg2 defaults >/dev/null - if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then - invoke-rc.d bcfg2 start || exit $? - else - /etc/init.d/bcfg2 start || exit $? - fi -fi - exit 0 -- cgit v1.2.3-1-g7c22