void-packages/srcpkgs/astromenace/REMOVE
Jürgen Buchmüller 4d44d98648 astromenace: enable cross building
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.
2015-11-20 13:29:47 +01:00

6 lines
110 B
Plaintext

case "$ACTION" in
pre) # Remove packed game data and log
rm -f /usr/share/astromenace/gamedata.*
;;
esac