add exit 0 and remove whitespace

This commit is contained in:
Jan Wagner 2007-02-10 11:22:46 +00:00
parent 98b23393b9
commit c51122cb39
2 changed files with 5 additions and 1 deletions

2
debian/postinst vendored
View file

@ -19,3 +19,5 @@ if [ "$1" = "configure" ]; then
fi
#DEBHELPER#
exit 0

4
debian/postrm.in vendored
View file

@ -11,7 +11,9 @@ if [ "$1" = "purge" ]; then
if [ "$have_ucf" = "yes" ]; then
ucf --purge /etc/nagios-plugins/config/${f}.cfg
fi
done
done
fi
#DEBHELPER#
exit 0