From: Serge Schneider Date: Tue, 13 Aug 2019 11:06:03 +0000 (+0100) Subject: packaging: add missing DEBHELPER placeholder to postrm script X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7767ab4272906b253daa6a1cd61703e1073a2404;p=thirdparty%2Ftvheadend.git packaging: add missing DEBHELPER placeholder to postrm script --- diff --git a/debian/tvheadend.postrm b/debian/tvheadend.postrm index f670f8e6a..701969b04 100644 --- a/debian/tvheadend.postrm +++ b/debian/tvheadend.postrm @@ -15,4 +15,6 @@ purge) ;; esac +#DEBHELPER# + exit 0