summarylogtreecommitdiffstats
path: root/acestream-engine.install
diff options
context:
space:
mode:
authordigitalone2020-02-08 19:21:45 +0100
committerdigitalone2020-02-08 19:21:45 +0100
commit1f343712a10197958500e0b315095514211cf9a3 (patch)
tree56dc19c177fe72cdcb3fa072a4200fab199cf454 /acestream-engine.install
parentac868d8746813f2ff44c43eb0c4fa2360229a0e3 (diff)
downloadaur-acestream-engine-stable.tar.gz
gui related packages optional
Diffstat (limited to 'acestream-engine.install')
-rw-r--r--acestream-engine.install4
1 files changed, 3 insertions, 1 deletions
diff --git a/acestream-engine.install b/acestream-engine.install
index c69be64cb95c..138933560456 100644
--- a/acestream-engine.install
+++ b/acestream-engine.install
@@ -1,18 +1,20 @@
post_install() {
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() {
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() {
echo
- echo ">>> remove files under /var/lib/ACEStream and ~/.config/ACEStream"
+ echo ">>> Remove files under /var/lib/ACEStream and ~/.config/ACEStream"
echo ">>> if you don't need to reinstall the package in the future"
echo
}