]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
debian: remove db_reset lines - fixes #5358
authorMark Clarkstone <hello@markclarkstone.co.uk>
Wed, 28 Nov 2018 11:24:15 +0000 (11:24 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 28 Nov 2018 11:31:33 +0000 (12:31 +0100)
debian/tvheadend.postrm
debian/tvheadend.templates

index 7809cdc9e7699d8d93a9c43f2ebba9a297bbb2e7..f670f8e6a93249a9d1b2792c0e5d5baa59fde0a9 100644 (file)
@@ -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
index a28482ea261fec40583e1338d1b081a9c0ebfda5..7d920ace6553255a3312060ba237252c1325d1ce 100644 (file)
@@ -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*