From e8ad4588cedfbd1ee53eb0a2f2e4f0cac0349461 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 18 Feb 2021 17:02:14 +0100 Subject: [PATCH] add debhelper token to postrm script (lintian) --- debian/openwebrx.postrm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/openwebrx.postrm b/debian/openwebrx.postrm index ed7b4e9..9260b8e 100755 --- a/debian/openwebrx.postrm +++ b/debian/openwebrx.postrm @@ -3,4 +3,6 @@ if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge -fi \ No newline at end of file +fi + +#DEBHELPER#