summarylogtreecommitdiffstats
path: root/kawaii-player.install
blob: b291bee44405029c5ae669ae59cb4e3c763950af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {    
    echo
    echo "If you are upgrading from Kawaii Player v2.9 or earlier, you are advised"
    echo "to backup and then remove the following configuration files:"
    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
}