summarylogtreecommitdiffstats
path: root/kawaii-player.install
blob: 5d23adfda74f9f0ab34bde77964562efaf4c1bd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}

post_upgrade() {
    post_install
}