]> git.pld-linux.org Git - packages/kbd.git/commitdiff
- ldconfig for -libs
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Sep 2013 07:32:29 +0000 (09:32 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Sep 2013 07:32:29 +0000 (09:32 +0200)
kbd.spec

index 28bdcea4e0b14a51fe9156df0799fcf78f1370b6..1585bc7fb8ccbfe12a540fad5c2b040d2671846d 100644 (file)
--- a/kbd.spec
+++ b/kbd.spec
@@ -207,6 +207,9 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del console
 fi
 
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 # COPYING contains copyright summary, not GPL text
This page took 0.179477 seconds and 4 git commands to generate.