Kent

> Richard wrote:
> > " Unpacking replacement Joe...
> > /var/lib/dpkg/info/joe.potrm: line 3: /usr/bin/update-menus: 
> > Permission denied
> 
> Can you manually run /usr/bin/update-menus?

Yes, that's fine.

> Look at line 3 of /var/lib/dpkg/info/jog.potrm and see if there's 
> anything odd-looking there or in the immediate vicinity.


#!/bin/sh -e

if command -v update-menus >/dev/null 2>&1; then update-menus; fi

if [ "$1" = "purge" ]; then
        rm -rf /etc/joe
fi



Doesn't look all that strange to me :)


-- 
Richard
www.sheflug.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to