aboutsummaryrefslogtreecommitdiffstats
path: root/games/conquest/pkg-install
blob: 26f77ef404cbb4a31cebf852c3c1ea56e5ad24ee (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

case "$2" in
    POST-INSTALL)
        install -d -o root -g conquest -m 770 /var/games/conquest
    ;;
esac