https://bugzilla.novell.com/show_bug.cgi?id=780827 https://bugzilla.novell.com/show_bug.cgi?id=780827#c22 Michael Schröder <mls@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED CC| |mls@suse.com InfoProvider|mls@suse.com | --- Comment #22 from Michael Schröder <mls@suse.com> 2012-09-26 13:32:30 UTC --- I think the slib package is to blame, it contains: %triggerpostun -- guile1 # Delete slib library files, only if guile was uninstalled. if ! test -e usr/bin/guile ; then rm -f usr/share/guile/site/slib rm -f usr/share/guile/site/slibcat rmdir --ignore-fail-on-non-empty usr/share/guile/site rmdir --ignore-fail-on-non-empty usr/share/guile fi exit 0 This seems to be wrong, it should test for /usr/bin/guile1 instead of /usr/bin/guile. As an update consists of the installation of the new version followed by the uninstall of the old version, the postun trigger gets run. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.