Accepting request 58687 from X11:common:Factory

Accepted submit request 58687 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/58687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/desktop-file-utils?expand=0&rev=28
This commit is contained in:
Lars Vogdt 2011-01-24 15:14:55 +00:00 committed by Git OBS Bridge
commit 77d454878d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 18 08:41:03 CET 2011 - vuntz@opensuse.org
- Fix %desktop_database_postun macros to not call
update-desktop-database twice.
-------------------------------------------------------------------
Thu Jan 13 11:09:11 CET 2011 - vuntz@opensuse.org

View File

@ -29,7 +29,6 @@ fi
%desktop_database_postun() \
if [ $1 -eq 0 ]; then \
if test -x %{_bindir}/update-desktop-database; then \
%{_bindir}/update-desktop-database --quiet "${DESKTOP_DIR}" || true \
%if "x%1" != "x%%1" \
%{_bindir}/update-desktop-database --quiet "%1" || true \
%else \