]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/nfs-common.postinst
2001-11-21 Chip Salzenberg <chip@pobox.com>
[nfs-utils.git] / debian / nfs-common.postinst
index 9814bc5e21a7198b1538690aaff3164f47cf222f..f47a67fa521a7b82100aa5241e01e3573795e97d 100755 (executable)
@@ -1,17 +1,11 @@
 #!/bin/sh -e
 
+#DEBHELPER#
+
 case "$1" in
     configure)
-       test ! -d /usr/share/doc/nfs-common ||
-         test -L /usr/doc/nfs-common ||
-         ln -sf ../share/doc/nfs-common /usr/doc/nfs-common
-
        update-rc.d nfs-common defaults 19 81 >/dev/null 2>&1
-
-       /etc/init.d/nfs-common start
-       ;;
-
-    *)
-       /etc/init.d/nfs-common start
        ;;
 esac
+
+/etc/init.d/nfs-common start