Package: flwm Version: 1.00-5.1 Severity: important Hello Tommi,
flwm postinst/postrm scripts still use wm-menu-config. This scritp is buggy and deprecated and I would like to get rid of it for etch so I need sarge packages to stop using it. You should replace postinst: if test -x /usr/sbin/wm-menu-config; then wm-menu-config $wm on;fi by if [ -f /etc/menu-methods/flwm ]; then chmod a+x /etc/menu-methods/flwm; fi and postrm: if test -x /usr/sbin/wm-menu-config; then wm-menu-config $wm off;fi by if [ -f /etc/menu-methods/flwm ]; then chmod a-x /etc/menu-methods/flwm; fi See the menu manual for detail. Cheers, -- Bill. <[EMAIL PROTECTED]> Imagine a large red swirl here. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]