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

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

config_file=$PKG_PREFIX/lib/warsow/basewsw/config.cfg

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