summarylogtreecommitdiffstats
path: root/steamcmd.install
blob: 6a0f481a0fde7ceae9faf13848f26d5a158c830c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}