summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian/swat.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Debian/debian/swat.postinst')
-rw-r--r--packaging/Debian/debian/swat.postinst7
1 files changed, 4 insertions, 3 deletions
diff --git a/packaging/Debian/debian/swat.postinst b/packaging/Debian/debian/swat.postinst
index c5ab489044..b2a90b6650 100644
--- a/packaging/Debian/debian/swat.postinst
+++ b/packaging/Debian/debian/swat.postinst
@@ -1,4 +1,7 @@
#!/bin/sh
+#
+# $Id: swat.postinst,v 1.2.4.1 2003/06/01 04:30:10 peloy Exp $
+#
PATH=/sbin:/bin:/usr/sbin:/usr/bin
@@ -18,6 +21,4 @@ esac
update-inetd --group OTHER --add \
'#<off># swat\t\tstream\ttcp\tnowait.400\troot\t/usr/sbin/tcpd\t/usr/sbin/swat'
-if [ -d /usr/doc -a ! -e /usr/doc/swat -a -d /usr/share/doc/swat ]; then
- ln -sf ../share/doc/swat /usr/doc/swat
-fi
+#DEBHELPER#