Be sure that all maintainer scripts are returning 0 at their end
This commit is contained in:
parent
d634a9971d
commit
d518f66985
6 changed files with 10 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -22,8 +22,9 @@ nut (2.6.4-3) UNRELEASED; urgency=low
|
|||
* Also install /bin/upssched-cmd in nut-client package as this script is
|
||||
referenced in default upssched.conf config file
|
||||
* debian/watch: Update watch file
|
||||
* Be sure that all maintainer scripts are returning 0 at their end
|
||||
|
||||
-- Laurent Bigonville <bigon@debian.org> Sat, 11 Aug 2012 21:02:05 +0200
|
||||
-- Laurent Bigonville <bigon@debian.org> Sun, 12 Aug 2012 00:07:46 +0200
|
||||
|
||||
nut (2.6.4-2) unstable; urgency=low
|
||||
|
||||
|
|
1
debian/nut-cgi.postrm
vendored
1
debian/nut-cgi.postrm
vendored
|
@ -44,3 +44,4 @@ esac
|
|||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
|
|
2
debian/nut-client.postinst
vendored
2
debian/nut-client.postinst
vendored
|
@ -59,3 +59,5 @@ case "$1" in
|
|||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
|
|
2
debian/nut-server.postinst
vendored
2
debian/nut-server.postinst
vendored
|
@ -76,3 +76,5 @@ case "$1" in
|
|||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
|
|
1
debian/nut-server.postrm
vendored
1
debian/nut-server.postrm
vendored
|
@ -47,3 +47,4 @@ esac
|
|||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
|
|
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…
Reference in a new issue