summarylogtreecommitdiffstats
path: root/dconf-update
blob: 61d48a50330e9b4c144470ee117993bc75438cf0 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

while read -r d; do
  if [[ ! -d $d ]]; then
    rm -f "${d%.d/}"
  fi
done

dconf update