3a36923364
Closes: #11358 [via git-merge-pr]
9 lines
168 B
Text
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
|