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" }