summarylogtreecommitdiffstats
path: root/kawaii-player.install
blob: 93aa0c06a16c05c80733df052517b1428296c2d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {    
    echo
    echo "If you are upgrading from Kawaii Player v2.9 or earlier, you are"
    echo "advised to backup and then remove the following configuration files:"
    echo
    echo "~/.config/kawaii-player/other_options.txt"
    echo "~/.config/kawaii-player/config.txt"
    echo "~/.config/kawaii-player/src/input.conf"
    echo
    echo
    echo "Visit the project's GitHub page for more info on features and proper configuration."
    echo
}

post_upgrade() {
    post_install
}