openwebrx-clone/debian/openwebrx.postrm

9 lines
145 B
Plaintext
Raw Normal View History

2021-02-17 23:13:58 +00:00
#!/bin/sh -e
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
db_purge
fi
#DEBHELPER#