add exit 0 for purge

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

5
debian/postrm vendored
View file

@ -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)