add debhelper token to postrm script (lintian)
This commit is contained in:
parent
74aea63b9b
commit
e8ad4588ce
|
|
@ -3,4 +3,6 @@
|
||||||
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
|
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
|
||||||
. /usr/share/debconf/confmodule
|
. /usr/share/debconf/confmodule
|
||||||
db_purge
|
db_purge
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue