]> git.pld-linux.org Git - packages/libnma.git/commitdiff
add missing ldconfig invocation to -gtk4
authorJan Palus <atler@pld-linux.org>
Mon, 7 Nov 2022 09:43:07 +0000 (10:43 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 7 Nov 2022 09:43:07 +0000 (10:43 +0100)
libnma.spec

index 950b6c1f49d950b96d0e5ba41d9b69998446aaa3..83564c28fe47ee283bcec888f691e8d0a75f3b84 100644 (file)
@@ -249,6 +249,9 @@ rm -rf $RPM_BUILD_ROOT
 %postun data
 %glib_compile_schemas
 
+%post  gtk4 -p /sbin/ldconfig
+%postun        gtk4 -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libnma.so.*.*.*
This page took 0.259192 seconds and 4 git commands to generate.