add exit 0 for purge
This commit is contained in:
parent
1463b74c07
commit
1a0b49fe08
1 changed files with 4 additions and 1 deletions
3
debian/postrm
vendored
3
debian/postrm
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue