]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/nfs-common.prerm
Fix obsolete invocations of update-rc.d by switching nfs-common to use dh_installinit...
[nfs-utils.git] / debian / nfs-common.prerm
index 08e0ca9112ee919a18a839b20856e00fd88c14b6..c6d2a7208f9a35cdad089a0d10093633fbae87ea 100644 (file)
@@ -4,13 +4,6 @@ set -e
 
 #DEBHELPER#
 
-case "$1" in
-    remove|purge)
-       [ -x /etc/init.d/nfs-common ] &&
-           invoke-rc.d nfs-common stop
-       ;;
-esac
-
 if [ "$1" != upgrade ]
 then
     rm -f /var/lib/nfs/sm/*      \