[SCM] mediatomb/master: Use set -e in the body of the maintainer scripts.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Sun Mar 25 05:45:17 UTC 2012


The following commit has been merged in the master branch:
commit 5782d1f858a27240e35c316b62549ede30f077b9
Author: Miguel Colon <debian.micove at gmail.com>
Date:   Sat Mar 24 18:55:27 2012 -0400

    Use set -e in the body of the maintainer scripts.

diff --git a/debian/mediatomb-daemon.postinst b/debian/mediatomb-daemon.postinst
index 4643480..a5f9fef 100644
--- a/debian/mediatomb-daemon.postinst
+++ b/debian/mediatomb-daemon.postinst
@@ -1,4 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
 
 DATADIR=/var/lib/mediatomb
 
diff --git a/debian/mediatomb-daemon.postrm b/debian/mediatomb-daemon.postrm
index 229df00..68da112 100644
--- a/debian/mediatomb-daemon.postrm
+++ b/debian/mediatomb-daemon.postrm
@@ -1,4 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
 
 if [ "$1" = "remove" ] ; then
 	rm -rf /var/lib/mediatomb

-- 
MediaTomb packaging



More information about the pkg-multimedia-commits mailing list