summarylogtreecommitdiffstats
path: root/acestream-engine.install
blob: 1389335604565d2e758a139045a5f49bc05d16b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 ">>> if you don't need to reinstall the package in the future"
    echo
}