|
|
|
#!/bin/sh set -e # Automatically added by dh_installmenu inst=/etc/menu-methods/olvwm if [ "$1" = "remove" -a -f "$inst" ]; then chmod a-x $inst ; fi if [ -x /usr/bin/update-menus ]; then update-menus; fi # End automatically added section if [ "$1" = purge ]; then rm -f /etc/X11/olvwm/openwin-menu-debian rmdir /etc/X11/olvwm || true fi
| Results 1 - 1 |