add exit 0 for purge
This commit is contained in:
parent
1463b74c07
commit
1a0b49fe08
1 changed files with 4 additions and 1 deletions
5
debian/postrm
vendored
5
debian/postrm
vendored
|
@ -62,7 +62,10 @@ case "$1" in
|
||||||
test -n "${nginx_site}" && ucfr --purge gitlab ${nginx_site}
|
test -n "${nginx_site}" && ucfr --purge gitlab ${nginx_site}
|
||||||
test -n "${gitlab_debian_conf}" && ucfr --purge gitlab ${gitlab_debian_conf}
|
test -n "${gitlab_debian_conf}" && ucfr --purge gitlab ${gitlab_debian_conf}
|
||||||
test -n "${gitlab_yml}" && ucfr --purge gitlab ${gitlab_yml}
|
test -n "${gitlab_yml}" && ucfr --purge gitlab ${gitlab_yml}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# cleanup complete
|
||||||
|
exit 0
|
||||||
|
|
||||||
;;
|
;;
|
||||||
disappear)
|
disappear)
|
||||||
|
|
Loading…
Reference in a new issue