https://bugzilla.novell.com/show_bug.cgi?id=225743 Summary: boo does not run update-mime-database in its %post scriptlet Product: openSUSE 10.3 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: Mono AssignedTo: bnc-team-mono@forge.provo.novell.com ReportedBy: andreas.hanke@gmx-topmail.de QAContact: qa@suse.de boo installs a shared-mime-info support file: /usr/share/mime/packages/boo-mime-info.xml However, it does not actually install it. In order to install it, the following code should be added to boo.spec: PreReq: shared-mime-info (to make sure that update-mime-database is available) %post update-mime-database /usr/share/mime >/dev/null || : %postun update-mime-database /usr/share/mime >/dev/null || : -- 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, or are watching someone who is.