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
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
dconf
/
trunk
/
dconf-update
blob
61d48a50330e9b4c144470ee117993bc75438cf0
1
#!/bin/bash
2
3
while
read -r
d
;
do
4
if
[[ !
-d
$d
]];
then
5
rm
-f
"
${d%.d/}
"
6
fi
7
done
8
9
dconf update