|
|
|
#!/bin/sh
set -e
#echo $0 "$@"
#set -x
# Automatically added by dh_installmenu
if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
# End automatically added section
# we're getting out of town
if [ "$1" = purge -a -d /usr/lib/vice ]; then
echo -n "Removing /usr/lib/vice/ (ROM images) ... "
rm -r /usr/lib/vice
echo done.
fi
| Results 1 - 1 |