summarylogtreecommitdiffstats
path: root/acestream-engine.install
diff options
context:
space:
mode:
Diffstat (limited to 'acestream-engine.install')
-rw-r--r--acestream-engine.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/acestream-engine.install b/acestream-engine.install
index 38fe9eecc240..bcedb3aa012d 100644
--- a/acestream-engine.install
+++ b/acestream-engine.install
@@ -2,6 +2,7 @@ post_install() {
if ! getent passwd acestream &> /dev/null; then
useradd -u 4035 -g video -m -s /usr/bin/nologin acestream
fi
+ ln -sf /opt/acestream/start-engine /usr/bin/acestreamengine
}
post_upgrade() {
@@ -12,4 +13,5 @@ post_remove() {
if getent passwd acestream &>/dev/null; then
userdel acestream
fi
+ rm -f /usr/bin/acestreamengine
}