View Single Post
dchky's Avatar
Posts: 549 | Thanked: 299 times | Joined on Jun 2010 @ Australian in the Philippines
#8
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

Last edited by dchky; 2010-06-18 at 12:48.
 

The Following 2 Users Say Thank You to dchky For This Useful Post: