|
|
|
#!/bin/sh
if [ "$1" = "purge" ]; then
rm -f /var/games/atomix.scores
if [ -d /var/games ]; then
rmdir --ignore-fail-on-non-empty /var/games
fi
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 |