1
0

Accepting request 58642 from home:vuntz:branches:X11:common:Factory

OBS-URL: https://build.opensuse.org/request/show/58642
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=21
This commit is contained in:
Dirk Mueller 2011-01-18 14:12:33 +00:00 committed by Git OBS Bridge
parent 0b47c6dc79
commit 609a5559d7
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 \