[SCM] gerbera/master: Remove "exit 0" from maintainer scripts

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Sat Sep 23 17:48:16 UTC 2017


The following commit has been merged in the master branch:
commit c18558b31cdebc425ddc2698734c81e17d879292
Author: James Cowgill <jcowgill at debian.org>
Date:   Fri Sep 15 23:57:56 2017 +0100

    Remove "exit 0" from maintainer scripts
    
    Using "exit 0" at the end adds no value for scripts with "set -e"
    enabled.

diff --git a/debian/gerbera.postinst b/debian/gerbera.postinst
index da213c1..86983c3 100644
--- a/debian/gerbera.postinst
+++ b/debian/gerbera.postinst
@@ -35,5 +35,3 @@ configure)
 esac
 
 #DEBHELPER#
-
-exit 0
diff --git a/debian/gerbera.postrm b/debian/gerbera.postrm
index 7e187f4..48b0b31 100644
--- a/debian/gerbera.postrm
+++ b/debian/gerbera.postrm
@@ -17,5 +17,3 @@ if [ "$1" = "purge" ] ; then
 fi
 
 #DEBHELPER#
-
-exit 0

-- 
gerbera packaging



More information about the pkg-multimedia-commits mailing list