diff options
author | Mark Weiman | 2015-06-10 17:37:46 -0400 |
---|---|---|
committer | Mark Weiman | 2015-06-10 17:37:46 -0400 |
commit | 16ab3c2dcd75da09bdea9561f121042b3e5f4bb2 (patch) | |
tree | 1cf4d39e13f3dbe4bc96bd5b02131705a148a97f /steamcmd.install | |
download | aur-16ab3c2dcd75da09bdea9561f121042b3e5f4bb2.tar.gz |
Initial import
Diffstat (limited to 'steamcmd.install')
-rw-r--r-- | steamcmd.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/steamcmd.install b/steamcmd.install new file mode 100644 index 000000000000..6a0f481a0fde --- /dev/null +++ b/steamcmd.install @@ -0,0 +1,13 @@ +post_install() { + echo "UPDATING STEAMCMD FOR FIRST USE!" + exec /usr/share/steamcmd/steamcmd.sh +quit + chgrp -R users /usr/share/steamcmd +} + +post_upgrade() { + post_install +} + +post_remove() { + rm -rf /usr/share/steamcmd +} |