Be sure that all maintainer scripts are returning 0 at their end
This commit is contained in:
parent
edbf4928c5
commit
ba9e479229
6 changed files with 10 additions and 1 deletions
2
debian/nut-server.preinst
vendored
2
debian/nut-server.preinst
vendored
|
|
@ -8,3 +8,5 @@ if [ "$1" = upgrade ]; then
|
|||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue