Package: asclassic
Version: 1.1b-26
Severity: important
Hello Taketoshi,
asclassic postinst/postrm scripts still use
wm-menu-config. This scripts is deprecated,
please see the menu manual for detail.
Please remove code like
if [ -x /usr/sbin/wm-menu-config ];
then
wm-menu-config $wm on
fi
and use the debhelper template instead, or alternatively
in the postinst:
if [ -f /etc/menu-methods/asclassic ]; then chmod a+x
/etc/menu-methods/asclassic; fi
and
in the postrm:
if [ -f /etc/menu-methods/asclassic ]; then chmod a-x
/etc/menu-methods/asclassic; fi
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]