summarylogtreecommitdiffstats
path: root/acestream-engine.install
diff options
context:
space:
mode:
Diffstat (limited to 'acestream-engine.install')
-rw-r--r--acestream-engine.install28
1 files changed, 10 insertions, 18 deletions
diff --git a/acestream-engine.install b/acestream-engine.install
index 41650564e453..138933560456 100644
--- a/acestream-engine.install
+++ b/acestream-engine.install
@@ -1,29 +1,21 @@
-#_create_acestream_user() {
-# if ! getent passwd acestream &> /dev/null; then
-# useradd -u 4035 -g video -M -s /usr/bin/nologin acestream
-# fi
-#}
-
-_remove_acestream_user() {
- if getent passwd acestream &>/dev/null; then
- userdel acestream
- fi
-}
-
post_install() {
- _remove_acestream_user
+ echo
+ echo ">>> For GUI install also pygtk and python2-libappindicator"
+ echo ">>> To start acestream-engine as systemd service, first reboot the system"
+ echo
}
post_upgrade() {
- _remove_acestream_user
+ echo
+ echo ">>> For GUI install also pygtk and python2-libappindicator"
+ echo ">>> To start acestream-engine as systemd service, first reboot the system"
+ echo
}
post_remove() {
- _remove_acestream_user
-
echo
- echo ">>> remove files under /usr/share/ACEStream if you"
- echo ">>> don't need to reinstall the package in the future"
+ echo ">>> Remove files under /var/lib/ACEStream and ~/.config/ACEStream"
+ echo ">>> if you don't need to reinstall the package in the future"
echo
}