add debhelper token to postrm script (lintian)

This commit is contained in:
Jakob Ketterl 2021-02-18 17:02:14 +01:00
parent 74aea63b9b
commit e8ad4588ce

View File

@ -3,4 +3,6 @@
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
db_purge
fi
fi
#DEBHELPER#