[gaim-migrate @ 17465]

Thu, 12 Oct 2006 02:51:52 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Thu, 12 Oct 2006 02:51:52 +0000
changeset 14773
f8504fa02eb5
parent 14772
61bbf8ea5ded
child 14774
317db0f851e0

[gaim-migrate @ 17465]
When installing libraries in system lib dirs, be sure to run ldconfig as required

gaim.spec.in file | annotate | diff | comparison | revisions
--- a/gaim.spec.in	Thu Oct 12 01:08:28 2006 +0000
+++ b/gaim.spec.in	Thu Oct 12 02:51:52 2006 +0000
@@ -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)
 

mercurial