forked from pool/desktop-file-utils
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:
parent
0b47c6dc79
commit
609a5559d7
@ -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…
Reference in New Issue
Block a user