diff options
author | Michael Biebl <biebl@debian.org> | 2014-02-13 18:52:45 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2014-03-13 18:15:13 +0100 |
commit | 6fb5bc2c776fafb0746b47d8c770868b95da855c (patch) | |
tree | 4101a7cdaec947bd11314ff3e184b525ad621652 /debian/rsyslog.postinst | |
parent | 4dc1f3020e0dae78549a15627a495798138c830e (diff) | |
download | rsyslog-6fb5bc2c776fafb0746b47d8c770868b95da855c.tar.gz |
Drop useless "exit 0" from maintainer scripts
We use "set -e" everywhere.
Diffstat (limited to 'debian/rsyslog.postinst')
-rw-r--r-- | debian/rsyslog.postinst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rsyslog.postinst b/debian/rsyslog.postinst index a4fb3a0..7bcc66f 100644 --- a/debian/rsyslog.postinst +++ b/debian/rsyslog.postinst @@ -34,7 +34,4 @@ case "$1" in ;; esac - #DEBHELPER# - -exit 0 |