From: Daniel Kahn Gillmor Date: Mon, 2 Mar 2009 03:11:58 +0000 (-0500) Subject: moved set -e from the shebang line to an explicit setting in maintainer scripts to... X-Git-Tag: monkeysphere_0.24~29 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=a102b1533984b638094727f36f64a56ed5586553 moved set -e from the shebang line to an explicit setting in maintainer scripts to pacify lintian --pedantic. --- diff --git a/packaging/debian/monkeysphere.postinst b/packaging/debian/monkeysphere.postinst index bbb02cf..6b12ee8 100755 --- a/packaging/debian/monkeysphere.postinst +++ b/packaging/debian/monkeysphere.postinst @@ -1,10 +1,12 @@ -#!/bin/sh -e +#!/bin/sh # postinst script for monkeysphere # Author: Jameson Rollins # Copyright 2008-2009 +set -e + VARLIB="/var/lib/monkeysphere" case $1 in diff --git a/packaging/debian/monkeysphere.postrm b/packaging/debian/monkeysphere.postrm index 878b913..d789012 100755 --- a/packaging/debian/monkeysphere.postrm +++ b/packaging/debian/monkeysphere.postrm @@ -1,10 +1,12 @@ -#!/bin/sh -e +#!/bin/sh # postrm script for monkeysphere # Author: Jameson Rollins # Copyright 2008-2009 +set -e + case $1 in purge) # delete monkeysphere user