summarylogtreecommitdiffstats
path: root/clonehero.install
blob: dbd6d54617c49ec9bfe4ee97fa03a6a1a47e242a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pkgname=clonehero

post_upgrade() {
    echo "Song files should be placed in ~/.$pkgname/Songs/"
}

post_install() {
    post_upgrade
}

post_remove() {
    echo "You may wish to delete the ~/.$pkgname folder"
    echo "If you do, you may want to back up the Songs/ folder"
}