summaryrefslogtreecommitdiff
path: root/redhat
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-09 23:00:02 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-09 23:00:02 +0000
commit90c7795e77a534a89f1809b1de14c7cadab5e6a6 (patch)
tree1a74a15e6a5271051731cdc5ab08e890b27d2eef /redhat
parent06db39257ac597485cf1d8afaa93853eece40717 (diff)
another gint64/gint mismatch
Diffstat (limited to 'redhat')
-rw-r--r--redhat/transmission-remote-gtk.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/transmission-remote-gtk.spec b/redhat/transmission-remote-gtk.spec
index e4d07a4..2e912f7 100644
--- a/redhat/transmission-remote-gtk.spec
+++ b/redhat/transmission-remote-gtk.spec
@@ -63,10 +63,10 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
%{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
-update-desktop-database %{_datadir}/applications
+update-desktop-database %{_datadir}/applications >/dev/null 2>&1
%postun
-update-desktop-database %{_datadir}/applications
+update-desktop-database %{_datadir}/applications >/dev/null 2>&1
%preun
if [ "$1" -eq 0 ]; then