archrelease: copy trunk to extra-x86_64
[arch-packages.git] / dconf / trunk / dconf-update
blob61d48a50330e9b4c144470ee117993bc75438cf0
1 #!/bin/bash
3 while read -r d; do
4 if [[ ! -d $d ]]; then
5 rm -f "${d%.d/}"
6 fi
7 done
9 dconf update