[DRE-commits] [gitlab] 05/06: add exit 0 for purge
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Apr 8 14:03:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab.
commit 1a0b49fe0853e02a9a57d0964c96ee0654f20c92
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Apr 8 17:29:17 2016 +0530
add exit 0 for purge
---
debian/postrm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/postrm b/debian/postrm
index 4a1debd..aa2784b 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -62,7 +62,10 @@ case "$1" in
test -n "${nginx_site}" && ucfr --purge gitlab ${nginx_site}
test -n "${gitlab_debian_conf}" && ucfr --purge gitlab ${gitlab_debian_conf}
test -n "${gitlab_yml}" && ucfr --purge gitlab ${gitlab_yml}
- fi
+ fi
+
+ # cleanup complete
+ exit 0
;;
disappear)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git
More information about the Pkg-ruby-extras-commits
mailing list