[Pkg-mpd-commits] [pkg-mpd] 01/05: dont set -e in preinst, this is ok to fail

Florian Schlichting fsfs at moszumanska.debian.org
Sun Mar 2 22:41:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit c6d2360aa75065e885120aeb1aecb29813516247
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Mar 2 22:55:43 2014 +0100

    dont set -e in preinst, this is ok to fail
---
 debian/mpd.preinst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/mpd.preinst b/debian/mpd.preinst
index 3274c25..44ecd79 100644
--- a/debian/mpd.preinst
+++ b/debian/mpd.preinst
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-set -e
+# don't fail if this doesn't work
+#set -e
 
 ACTION="$1"
 VERSION="$2"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git



More information about the Pkg-mpd-commits mailing list