From 57be8ec8ac6158a37bfe78e97e8f05cd3a3bf54d Mon Sep 17 00:00:00 2001 From: Eloy Paris Date: Sun, 1 Jun 2003 07:12:51 +0000 Subject: Bringing packaging/Debian/* to a more recent state. (This used to be commit cd7494a19608f2b4a63b9c654dd8e0a0fc587c39) --- packaging/Debian/debian/swat.postinst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'packaging/Debian/debian/swat.postinst') diff --git a/packaging/Debian/debian/swat.postinst b/packaging/Debian/debian/swat.postinst index c5ab489044..c06f3a72fb 100644 --- a/packaging/Debian/debian/swat.postinst +++ b/packaging/Debian/debian/swat.postinst @@ -1,4 +1,7 @@ #!/bin/sh +# +# $Id: swat.postinst,v 1.3 2003/06/01 07:12:51 peloy Exp $ +# PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -18,6 +21,4 @@ esac update-inetd --group OTHER --add \ '## 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# -- cgit