Mercurial > debian > masqmail-debian
comparison postinst @ 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 | 5ef519035828 |
children |
comparison
equal
deleted
inserted
replaced
50:b3ebad9d432d | 51:845b243eb46f |
---|---|
1 #!/bin/sh -e | 1 #!/bin/sh |
2 set -e | |
2 | 3 |
3 # source debconf library | 4 # source debconf library |
4 . /usr/share/debconf/confmodule | 5 . /usr/share/debconf/confmodule |
5 | 6 |
6 CONFIGFILE=/etc/masqmail/masqmail.conf | 7 CONFIGFILE=/etc/masqmail/masqmail.conf |