Fixed update-desktop-database invocation

svn: r3406
This commit is contained in:
Tim Waugh 2004-08-16 13:05:52 +00:00
parent fcd4b270b4
commit 88e4c76a47

View File

@ -92,7 +92,7 @@ rm -rf $RPM_BUILD_ROOT
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
gconftool-2 --makefile-install-rule \
%{_sysconfdir}/gconf/schemas/gramps.schemas > /dev/null
/usr/bin/update-desktop-database &> /dev/null
/usr/bin/update-desktop-database %{_datadir}/applications &> /dev/null
if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi
%postun