tpkgs/main/dconf/dconf-update
2024-06-16 14:38:05 -04:00

10 lines
103 B
Bash
Executable File

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