updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / wakfu / wakfu.install
blobebc0e63ae60910346cd1739b3422eed196acdf74
2 pre_install() {
3   /bin/true
6 post_install() {
7   echo " ==> Setting permissions to allow auto-update"
8   chgrp -R users /opt/wakfu
9   chmod -R g+w /opt/wakfu
10   echo " ==> Note: The first auto-update will download all game"
11   echo " ==>       content and may take a long time (~350MB)."
14 pre_upgrade() {
15   /bin/true
18 post_upgrade() {
19   /bin/true
22 pre_remove() {
23   /bin/true
26 post_remove() {
27   echo " ==> Note: To completely remove Wakfu from your disk,"
28   echo " ==>       delete the folder /opt/wakfu and its subfolders."
29   echo " ==>       This is due to the auto-updater's temp files."
32 # vim:set ts=2 sw=2 et: