summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian/samba.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Debian/debian/samba.postrm')
-rw-r--r--packaging/Debian/debian/samba.postrm2
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/Debian/debian/samba.postrm b/packaging/Debian/debian/samba.postrm
index b929061f37..b79fe1d009 100644
--- a/packaging/Debian/debian/samba.postrm
+++ b/packaging/Debian/debian/samba.postrm
@@ -1,6 +1,5 @@
#!/bin/sh -e
#
-# $Id: samba.postrm,v 1.3 2003/06/01 07:12:51 peloy Exp $
#
if [ "$1" = purge ]; then
@@ -18,7 +17,6 @@ if [ "$1" = purge ]; then
# Remove NetBIOS entries from /etc/inetd.conf
update-inetd --remove netbios-ssn
- update-rc.d samba remove >/dev/null
else
# Not purging, do not remove NetBIOS entries from /etc/inetd.conf
update-inetd --disable netbios-ssn