]> git.pld-linux.org Git - packages/fcitx.git/commitdiff
- ldconfig for -glib and -qt
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 10 Jul 2020 20:40:02 +0000 (22:40 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 10 Jul 2020 20:40:02 +0000 (22:40 +0200)
fcitx.spec

index 5db8233945d84432db52fcc2fdc45714a5f7bff3..933805d46e5d810a22d9a098941896aafa88526a 100644 (file)
@@ -217,6 +217,12 @@ rm -rf $RPM_BUILD_ROOT
 %post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
 
+%post  glib -p /sbin/ldconfig
+%postun        glib -p /sbin/ldconfig
+
+%post  qt -p /sbin/ldconfig
+%postun        qt -p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING.LIBS COPYING.MIT ChangeLog README THANKS doc/{API.txt,Develop_Readme,cjkvinput.txt,pinyin.txt,wb_fh.htm}
This page took 0.070456 seconds and 4 git commands to generate.