]> git.pld-linux.org Git - packages/libportal.git/commitdiff
- ldconfig for backend libraries auto/th/libportal-0.6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 5 Apr 2022 16:35:45 +0000 (18:35 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 5 Apr 2022 16:35:45 +0000 (18:35 +0200)
libportal.spec

index 694b3dc2298d4f1caefc8b7f2f92fdfbb008f1e8..1e272dc6350c15ec43f30515ef1be00013d88eab 100644 (file)
@@ -265,6 +265,15 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
+%post  gtk3 -p /sbin/ldconfig
+%postun        gtk3 -p /sbin/ldconfig
+
+%post  gtk4 -p /sbin/ldconfig
+%postun        gtk4 -p /sbin/ldconfig
+
+%post  qt5 -p /sbin/ldconfig
+%postun        qt5 -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc NEWS README.md
This page took 0.159606 seconds and 4 git commands to generate.