void-packages/srcpkgs/kobodeluxe/INSTALL
2017-07-13 09:14:30 +00:00

8 lines
155 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