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

2
debian/postrm.in vendored
View file

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