#!/bin/sh # # $FreeBSD: head/games/kobodeluxe/files/pkg-install.in 454856 2017-11-24 23:17:50Z dbaio $ [ "$2" != "POST-INSTALL" ] && exit 0 [ -e "%%SCOREDIR%%/kobo-deluxe/scores" ] && exit 0 mkdir -p "%%SCOREDIR%%/kobo-deluxe/scores" chgrp -R games "%%SCOREDIR%%" chmod g+w "%%SCOREDIR%%/kobo-deluxe/scores"