add exit 0 and remove whitespace
This commit is contained in:
parent
98b23393b9
commit
c51122cb39
2 changed files with 5 additions and 1 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -19,3 +19,5 @@ if [ "$1" = "configure" ]; then
|
|||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
|
|
2
debian/postrm.in
vendored
2
debian/postrm.in
vendored
|
@ -15,3 +15,5 @@ if [ "$1" = "purge" ]; then
|
|||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue