summarylogtreecommitdiffstats
path: root/steamcmd.install
diff options
context:
space:
mode:
authorMark Weiman2015-06-10 17:37:46 -0400
committerMark Weiman2015-06-10 17:37:46 -0400
commit16ab3c2dcd75da09bdea9561f121042b3e5f4bb2 (patch)
tree1cf4d39e13f3dbe4bc96bd5b02131705a148a97f /steamcmd.install
downloadaur-16ab3c2dcd75da09bdea9561f121042b3e5f4bb2.tar.gz
Initial import
Diffstat (limited to 'steamcmd.install')
-rw-r--r--steamcmd.install13
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
+}