void-packages/srcpkgs/kobodeluxe/INSTALL

8 lines
157 B
Text
Raw Normal View History

2015-10-11 15:59:17 +00:00
case "$ACTION" in
post) if [ "$UPDATE" != "yes" ]; then
mkdir -p /var/games/kobo-deluxe/scores
chmod 777 /var/games/kobo-deluxe/scores
fi
;;
esac