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:
commit
77d454878d
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user