summarylogtreecommitdiffstats
path: root/syncplay.install
blob: e83eb9e3b2185215a1608d1a5e332e7811b74cce (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install () {
    echo "\
#########################################################################
# NOTE: 'qt5-declarative' and 'pyside2' are REQUIRED for GUI function.
# Please install these manually if you want to use Syncplay for the GUI.
#########################################################################\
"
}
post_upgrade () {
    post_install
}