post_install() { echo "cd /usr/share/games/landes-eternelles && ./el.x86.linux.bin &" > /usr/bin/landes chmod 0755 /usr/bin/landes } post_remove() { rm -f /usr/bin/landes }