diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2008-01-03 18:23:11 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2008-01-03 18:23:11 +0000 |
commit | 5732aa403f8e2b5977910f2be3a9f8105605f231 (patch) | |
tree | d4c754fb9c0fd183aa2667352a932125ece0d63a | |
parent | updated to the latest trunk (20080103) (diff) | |
download | librewolf-fedora-ff-5732aa403f8e2b5977910f2be3a9f8105605f231.tar.gz librewolf-fedora-ff-5732aa403f8e2b5977910f2be3a9f8105605f231.tar.bz2 librewolf-fedora-ff-5732aa403f8e2b5977910f2be3a9f8105605f231.zip |
update scriptlets based on the latest blessed versions
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 07fd425..8a7810b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -255,14 +255,14 @@ touch $RPM_BUILD_ROOT/%{mozappdir}/components/xpti.dat #--------------------------------------------------------------------- %post -update-desktop-database %{_datadir}/applications +update-desktop-database &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun -update-desktop-database %{_datadir}/applications +update-desktop-database &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : |