Accepting request 59196 from GNOME:Factory

Accepted submit request 59196 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/59196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shared-mime-info?expand=0&rev=25
This commit is contained in:
Marcus Rückert 2011-01-28 17:31:00 +00:00 committed by Git OBS Bridge
commit 2acbe08446
2 changed files with 5 additions and 1 deletions

View File

@ -30,7 +30,6 @@ fi
%mime_database_postun() \
if [ $1 -eq 0 ]; then \
if test -x %{_bindir}/update-mime-database; then \
%{_bindir}/update-mime-database "${MIME_DIR}" || true \
%if "x%1" != "x%%1" \
%{_bindir}/update-mime-database "%1" || true \
%else \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 18 08:41:44 CET 2011 - vuntz@opensuse.org
- Fix %mime_database_postun to not call update-mime-database twice.
-------------------------------------------------------------------
Tue Dec 14 19:07:26 CET 2010 - vuntz@opensuse.org