|
|
|
#!/bin/sh -e # $Id: lesstif-bin.postrm,v 1.1 2004/05/27 10:48:25 kobras Exp $ if [ "$1" = purge -a -d /etc/X11/mwm ]; then rm -r /etc/X11/mwm 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 |