summaryrefslogtreecommitdiffstats
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.postinst6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/Debian/debian/swat.postinst b/packaging/Debian/debian/swat.postinst
index c5ab4890441..338f8a07c23 100644
--- a/packaging/Debian/debian/swat.postinst
+++ b/packaging/Debian/debian/swat.postinst
@@ -1,4 +1,6 @@
#!/bin/sh
+#
+#
PATH=/sbin:/bin:/usr/sbin:/usr/bin
@@ -18,6 +20,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#