updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / tilerogue / tilerogue.install
blobbcbd63ff9121fa31527d4c831d177ebc905deef5
1 post_install() {
2     echo ">>> You must be a member of the games group for the highscore and save-restore functionality to work."
5 post_upgrade() {
6     post_install
9 post_remove() {
10     if [ -d /opt/tilerogue ]; then
11        echo ">>> You may safely delete /opt/tilerogue and its contents (highscore and save files) if you don't want them."
12     fi