Split package and add BPM hooks

This commit is contained in:
2025-07-17 13:39:48 +03:00
parent 2b7b0d474f
commit cbff73fb34
6 changed files with 56 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
for dir in /usr/lib/gtk-4.0/4.0.0/*/; do
[ -d "$dir" ] || continue
gio-querymodules "$dir"
done