void-packages/srcpkgs/kobodeluxe/INSTALL

8 lines
157 B
Plaintext

case "$ACTION" in
post) if [ "$UPDATE" != "yes" ]; then
mkdir -p /var/games/kobo-deluxe/scores
chmod 777 /var/games/kobo-deluxe/scores
fi
;;
esac