add exit 0 and remove whitespace
This commit is contained in:
parent
98b23393b9
commit
c51122cb39
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -19,3 +19,5 @@ if [ "$1" = "configure" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
4
debian/postrm.in
vendored
4
debian/postrm.in
vendored
|
@ -11,7 +11,9 @@ if [ "$1" = "purge" ]; then
|
||||||
if [ "$have_ucf" = "yes" ]; then
|
if [ "$have_ucf" = "yes" ]; then
|
||||||
ucf --purge /etc/nagios-plugins/config/${f}.cfg
|
ucf --purge /etc/nagios-plugins/config/${f}.cfg
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue