repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
db-move: moved webkitgtk-6.0 from [testing] to [extra] (x86_64)
[arch-packages.git]
/
gtk4
/
trunk
/
gtk4-querymodules.script
blob
5c218775790ad5aa3aad013f248cc9f11197653d
1
#!/bin/bash
2
3
while
read -r
d
;
do
4
[[
-d
$d
]]
||
continue
5
gio-querymodules
"
$d
"
6
rmdir
--ignore-fail-on-non-empty
"
$d
"
7
done