db-move: moved webkitgtk-6.0 from [testing] to [extra] (x86_64)
[arch-packages.git] / gtk4 / trunk / gtk4-querymodules.script
blob5c218775790ad5aa3aad013f248cc9f11197653d
1 #!/bin/bash
3 while read -r d; do
4 [[ -d $d ]] || continue
5 gio-querymodules "$d"
6 rmdir --ignore-fail-on-non-empty "$d"
7 done