void-packages/srcpkgs/xgalaga++/INSTALL
Andrew Benson 3a36923364 New package: xgalaga++-0.9
Closes: #11358 [via git-merge-pr]
2018-03-07 19:44:40 -08:00

9 lines
168 B
Text

high_scores_file="var/games/xgalaga++/scores"
case "${ACTION}" in
post)
touch $high_scores_file
chmod 0664 $high_scores_file
chgrp users $high_scores_file
;;
esac