HTS_HOME=`getent passwd $HTS_USER | cut -d':' -f6`
rm -rf "${HTS_HOME}/.hts/tvheadend"
fi
- 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
;;
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
Type: password
Description: Administrator password.
-Template: tvheadend/webinterface
+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/
+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*