summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Weiman2016-06-03 11:59:47 -0400
committerMark Weiman2016-06-03 11:59:47 -0400
commitfaba09060b899686f242213e9599c46bd62a5cbb (patch)
tree71c8f9ea8966995c65a1ac60f2e2d92f1e74a685
parentabf743014de3227dbe15e9eaa994fbc24e8cb841 (diff)
downloadaur-faba09060b899686f242213e9599c46bd62a5cbb.tar.gz
remove line to run steamcmd as root postinstall
Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
-rw-r--r--.SRCINFO2
-rw-r--r--steamcmd.install4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 745714105553..eab4df062191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Fri Jun 3 15:58:57 UTC 2016
pkgbase = steamcmd
pkgdesc = Steam Command Line Tools
pkgver = latest
diff --git a/steamcmd.install b/steamcmd.install
index 6a0f481a0fde..627453d5ae79 100644
--- a/steamcmd.install
+++ b/steamcmd.install
@@ -1,7 +1,5 @@
post_install() {
- echo "UPDATING STEAMCMD FOR FIRST USE!"
- exec /usr/share/steamcmd/steamcmd.sh +quit
- chgrp -R users /usr/share/steamcmd
+ echo "Run steamcmd with no arguments before first use."
}
post_upgrade() {