summaryrefslogtreecommitdiffstats
path: root/debian/bcfg2.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/bcfg2.postrm')
-rw-r--r--debian/bcfg2.postrm4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/bcfg2.postrm b/debian/bcfg2.postrm
index 91f552c52..c1ae4800c 100644
--- a/debian/bcfg2.postrm
+++ b/debian/bcfg2.postrm
@@ -39,8 +39,4 @@ esac
#DEBHELPER#
-if [ "$1" = "purge" ] ; then
- update-rc.d bcfg2 remove >/dev/null || exit $?
-fi
-
exit 0