diff --git a/desktop-file-utils.changes b/desktop-file-utils.changes index 0250264..a404527 100644 --- a/desktop-file-utils.changes +++ b/desktop-file-utils.changes @@ -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 diff --git a/macros.desktop-file-utils b/macros.desktop-file-utils index 0adcc73..d4c605c 100644 --- a/macros.desktop-file-utils +++ b/macros.desktop-file-utils @@ -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 \