summarylogtreecommitdiffstats
path: root/acestream-engine.install
diff options
context:
space:
mode:
authordigitalone2019-08-20 12:10:52 +0200
committerdigitalone2019-08-20 12:10:52 +0200
commit7ec0d0f2fb926a87465fc53c69b7dc5450464bdb (patch)
treedb979d75108d9efcd3b7645ebf665ecc545a82ef /acestream-engine.install
parent140cf9fdfbe96378c948b750a825cbd577350b69 (diff)
downloadaur-7ec0d0f2fb926a87465fc53c69b7dc5450464bdb.tar.gz
ace service optimized and set folders following guidelines
Diffstat (limited to 'acestream-engine.install')
-rw-r--r--acestream-engine.install26
1 files changed, 8 insertions, 18 deletions
diff --git a/acestream-engine.install b/acestream-engine.install
index 41650564e453..c69be64cb95c 100644
--- a/acestream-engine.install
+++ b/acestream-engine.install
@@ -1,29 +1,19 @@
-#_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 ">>> To start acestream-engine as systemd service, first reboot the system"
+ echo
}
post_upgrade() {
- _remove_acestream_user
+ echo
+ 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
}