debian/masqmail-debian

diff postrm @ 51:845b243eb46f

removed -e from shebang and put it in separate line this removes the pedantic lintian info ``maintainer-script-without-set-e''. Refer to Debian Policy Manual section 10.4 (Scripts) for details.
author meillo@marmaro.de
date Fri, 25 Jun 2010 11:49:28 +0200
parents 30402b14eeb8
children
line diff
     1.1 --- a/postrm	Thu Jun 24 15:50:27 2010 +0200
     1.2 +++ b/postrm	Fri Jun 25 11:49:28 2010 +0200
     1.3 @@ -1,4 +1,5 @@
     1.4 -#!/bin/sh -e
     1.5 +#!/bin/sh
     1.6 +set -e
     1.7  
     1.8  case "$1" in
     1.9  	purge)