debian/masqmail-debian

diff postrm @ 23:30402b14eeb8

fixed lintian warnings
author meillo@marmaro.de
date Sun, 24 May 2009 20:21:51 +0200
parents 5ef519035828
children 845b243eb46f
line diff
     1.1 --- a/postrm	Sat May 23 18:06:45 2009 +0200
     1.2 +++ b/postrm	Sun May 24 20:21:51 2009 +0200
     1.3 @@ -6,6 +6,7 @@
     1.4  		# Remove spool and config file
     1.5  		rm -rf /var/log/masqmail /var/spool/masqmail /etc/masqmail
     1.6  		rm -f /etc/default/masqmail
     1.7 +		rm -rf /var/run/masqmail
     1.8  		# Remove from inetd.conf
     1.9  		##update-inetd --remove masqmail
    1.10  		;;