aboutsummaryrefslogtreecommitdiff
path: root/games/warsow-data/pkg-install
blob: c89ef0627920b25357b604204502f087d04fda56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

[ "$2" != "POST-INSTALL" ] && exit 0

config_file=$PKG_PREFIX/share/warsow/config.cfg

if ! [ -e $config_file ]; then
	touch $config_file
	chown root:wheel $config_file 2>/dev/null
	chmod 666 $config_file
fi