|
|
|
#!/bin/sh
if [ "$1" = "purge" ]; then
rm -f /var/games/atris/Atris.Players || true
rm -f /var/games/atris/Atris.Scores || true
rmdir -p `find /var/games/atris -empty` >/dev/null 2>&1 || true
fi
# Automatically added by dh_installmenu
if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
# End automatically added section
| Results 1 - 1 |