summarylogtreecommitdiffstats
path: root/iptv-checker-rs-git.install
blob: 2c9dd2d1e8eac5f1188d370556b9a23770287a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
post_install() {
    cat << EOF

iptv-checker-rs installed. 
Please review the systemd configuration file at /usr/lib/systemd/system/iptv-checker-rs.service.  
Then, to start the web service, type: 'sudo systemctl start iptv-checker-rs.service'. 
You can also use it with "iptv-checker-rs <COMMAND>". 
For full docs, please visit: https://github.com/zhimin-dev/iptv-checker-rs.

Enjoy!

EOF
}

post_upgrade() {
    cat << EOF

iptv-checker-rs upgraded. 
For full docs, please visit: https://github.com/zhimin-dev/iptv-checker-rs.

EOF
}