On Sat, Jul 18, 2009 at 10:13:38PM +0200, Cyril Brulebois wrote: > Cyril Brulebois <k...@debian.org> (18/07/2009): > > > /var/lib/dpkg/info/emacs21.postinst is broken, not menu. > > > > Let's look: > > | # Automatically added by dh_installmenu > > > > | if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; > > then > > | update-menus > > | fi > > | # End automatically added section > > In case someone wonders: > | $ if [ -x ] ; then echo fail ; fi > | fail
In case someone else wonders: $ if [ -x "" ] ; then echo fail ; else echo good; fi good Cheers, -- Bill. <ballo...@debian.org> Imagine a large red swirl here. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org