updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / windandwater / windandwater.install
blobdb993e1c88cf6d85f34fe4fb4922c489ba830df4
1 post_install() {
2     echo ">>> You must be a member of the games group for the save-related functionality to work."
3     echo ">>>"
4     echo ">>> The game creates the file /opt/windandwater/wnw_config.txt on its first run."
5     echo ">>> You can edit it to configure some game options (including fullscreen mode)."
7 post_upgrade() {
8     post_install
11 post_remove() {
12     if [ -d /opt/windandwater ]; then
13        echo ">>> You may safely delete /opt/windandwater and its contents (save files) if you don't want them."
14     fi