4d44d98648
The packed file gamedata.vfs is now created in the post install stage and removed in the pre remove stage. This allows cross builds to work, because AstroMenace does not have to be run on the host.
5 lines
110 B
Text
5 lines
110 B
Text
case "$ACTION" in
|
|
pre) # Remove packed game data and log
|
|
rm -f /usr/share/astromenace/gamedata.*
|
|
;;
|
|
esac
|