From: <nos...@us...> - 2006-10-12 02:51:59
|
Revision: 17465 http://svn.sourceforge.net/gaim/?rev=17465&view=rev Author: nosnilmot Date: 2006-10-11 19:51:52 -0700 (Wed, 11 Oct 2006) Log Message: ----------- When installing libraries in system lib dirs, be sure to run ldconfig as required Modified Paths: -------------- trunk/gaim.spec.in Modified: trunk/gaim.spec.in =================================================================== --- trunk/gaim.spec.in 2006-10-12 01:08:28 UTC (rev 17464) +++ trunk/gaim.spec.in 2006-10-12 02:51:52 UTC (rev 17465) @@ -278,6 +278,7 @@ %{_sysconfdir}/gconf/schemas/gaim.schemas > /dev/null || : killall -HUP gconfd-2 || : fi +/sbin/ldconfig %preun if [ "$1" -eq 0 -a -n "`which gconftool-2 2>/dev/null`" ]; then @@ -287,6 +288,8 @@ killall -HUP gconfd-2 || : fi +%postun -p /sbin/ldconfig + %files -f %{name}-%{version}-coreplugins %defattr(-, root, root) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |