add postinst/postrm integration

This commit is contained in:
Jakob Ketterl
2021-02-18 00:13:58 +01:00
parent f488a01c78
commit 8fcfa689ae
2 changed files with 14 additions and 1 deletions

6
debian/openwebrx.postrm vendored Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh -e
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
db_purge
fi