trying to get HEAD building again. If you want the code
[abartlet/samba.git/.git] / packaging / Debian / debian / samba.postrm
index b929061f373be663f67140284383813c608b3cb6..b79fe1d0099ee2d67cc0f0914468ae5408a5e1bc 100644 (file)
@@ -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