On Tue, 2007-01-16 at 12:53 +0100, Stanislav Brabec wrote: > Hallo. > Following scriptlets are needed: > > %post > if test -x usr/bin/update-mime-database ; then > usr/bin/update-mime-database usr/share/mime >/dev/null > fi > > %postun > if test -x usr/bin/update-mime-database ; then > usr/bin/update-mime-database usr/share/mime >/dev/null > fi
Seems like a good candidate for another macro. -JP -- JP Rosevear <[EMAIL PROTECTED]> Novell, Inc. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
