7 lines
215 B
Text
7 lines
215 B
Text
case "$ACTION" in
|
|
post) # Pack the game data
|
|
echo "AstroMenace: packaging game data..."
|
|
/usr/bin/astromenace --pack --rawdata=/usr/share/astromenace/gamedata \
|
|
> usr/share/astromenace/gamedata.log
|
|
;;
|
|
esac
|