From: Mark Clarkstone Date: Wed, 28 Nov 2018 11:24:15 +0000 (+0000) Subject: debian: remove db_reset lines - fixes #5358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9d4ec1df0d065d9f5385e4bab8c0694719a50e0;p=thirdparty%2Ftvheadend.git debian: remove db_reset lines - fixes #5358 --- diff --git a/debian/tvheadend.postrm b/debian/tvheadend.postrm index 7809cdc9e..f670f8e6a 100644 --- a/debian/tvheadend.postrm +++ b/debian/tvheadend.postrm @@ -15,16 +15,4 @@ purge) ;; esac -if db_get tvheadend/admin_username; then - db_reset tvheadend/admin_username; -fi - -if db_get tvheadend/admin_password; then - db_reset tvheadend/admin_password; -fi - -if db_get tvheadend/last_notes; then - db_reset tvheadend/last_notes; -fi - exit 0 diff --git a/debian/tvheadend.templates b/debian/tvheadend.templates index a28482ea2..7d920ace6 100644 --- a/debian/tvheadend.templates +++ b/debian/tvheadend.templates @@ -15,4 +15,4 @@ Description: Administrator password. Template: tvheadend/last_notes Type: note Description: After installation Tvheadend can be accessed via HTTP on port 9981. From this machine you can point your web-browser to http://localhost:9981/. - If you want to completely remove configuration, use your package manager's --purge option, e.g, apt-get remove --purge tvheadend* + If you want to completely remove configuration, use your package managers --purge option, e.g, apt-get remove --purge tvheadend*