Fix: Avoid error when removing not correctly installed package
This commit is contained in:
parent
ad5770ac21
commit
716f9d8786
@ -3,7 +3,8 @@
|
|||||||
#
|
#
|
||||||
# see: dh_installdeb(1)
|
# see: dh_installdeb(1)
|
||||||
|
|
||||||
set -e
|
#set -e
|
||||||
|
set +e
|
||||||
|
|
||||||
# summary of how this script can be called:
|
# summary of how this script can be called:
|
||||||
# * <postrm> `remove'
|
# * <postrm> `remove'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user