updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / vulturesclaw / vulturesclaw.install
blob311a68d13f725140abd350a17634c2dbd0312a5f
1 _pkgname=vulturesclaw
3 post_install() {
4   echo "Add user to the games group: \`gpasswd -a USER games' and relogin"
5   echo "Start the game with: \`$_pkgname-start'"
6   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
9 post_upgrade() {
10   echo "Users are now required to join games group: \`gpasswd -a USER games' and relogin"
11   if [[ -d /var/lib/$_pkgname ]]; then
12     echo "Saved game-data should be moved to \`/var/games/$_pkgname'"
13   fi
14   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
17 post_remove() {
18   if [[ -d /var/games/$_pkgname ]];then
19     echo -e "Saved game-data has not been deleted: \`/var/games/$_pkgname'"
20   fi
21   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor