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 wrap: on
line diff
--- a/postrm	Thu Jun 24 15:50:27 2010 +0200
+++ b/postrm	Fri Jun 25 11:49:28 2010 +0200
@@ -1,4 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
 
 case "$1" in
 	purge)