View Single Post
Banned | Posts: 778 | Thanked: 337 times | Joined on Jun 2010
#13
Originally Posted by dchky View Post
The fix is quite easy.

Edit: /var/lib/dpkg/info/account-plugin-salut.postinst and comment out the 4th line - so that it looks like this below.

From an X-Term as root:
vi /var/lib/dpkg/info/account-plugin-salut.postinst
Code:
#!/bin/sh

gtk-update-icon-cache /usr/share/icons/hicolor

# Avahi doesn't like starting itself. This is a bit of a hack though.
#/etc/init.d/avahi-daemon start
After that do apt-get upgrade and it should work fine.

Another possibly more permanent solution is:

apt-get install avahi-daemon
apt-get upgrade
hey, i tried the 2nd method.. "apt-get install avahi-daemon"
it says its already installed
i tried the first method but i cant edit anything
i cant type and i cant close it either
detailed instructions plz?

and am i the only one who has apt-get dist-update issues?

Last edited by fahadj2003; 2010-07-31 at 10:39.