add exit 0 for purge

This commit is contained in:
Praveen Arimbrathodiyil 2016-04-08 17:29:17 +05:30
parent 1463b74c07
commit 1a0b49fe08

3
debian/postrm vendored
View file

@ -64,6 +64,9 @@ case "$1" in
test -n "${gitlab_yml}" && ucfr --purge gitlab ${gitlab_yml}
fi
# cleanup complete
exit 0
;;
disappear)
if test "$2" != overwriter; then