I experienced the same problem and I think I've narrowed it down to the end of the evince.postinst file:
[EMAIL PROTECTED]:/var/lib/dpkg/info$ cat test.sh #!/bin/bash if which gtk-update-icon-cache >/dev/null 2>&1; then for dir in /usr/share/icons/hicolor; do echo "trying $dir" gtk-update-icon-cache --force --quiet "$dir" done fi [EMAIL PROTECTED]:/var/lib/dpkg/info$ sudo ./test.sh trying /usr/share/icons/hicolor bad image index The generated cache was invalid. When I comment out the gtk-update-icon-cache line the package installs fine. It may also be worth noting that I very recently upgraded from feisty to gutsy. M -- package evince 0.9.2-0ubuntu1 failed to install/upgrade: el subproceso post-installation script devolvió el código de salida de error 1 https://bugs.launchpad.net/bugs/125383 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs