updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git] / xconq / xconq.install
blobede86ece0a213ebc4ebfe95bcc4ce62c5e5d1953
1 post_install() {
2   if [ ! -e var/games/XconqScores ]; then
3     touch var/games/XconqScores
4     chown root:games var/games/XconqScores
5     chmod 664 var/games/XconqScores
6   fi
9 post_upgrade() {
10   post_install
13 post_remove() {
14   if [ -e var/games/XconqScores ]; then
15     mv var/games/XconqScores var/games/XconqScores.pacsave
16   fi