git » dconf.git » main » tree

[main] / dconf-update

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