openwebrx-clone/debian/openwebrx.postrm

6 lines
131 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