Files
dconf/source-files/dconf-update.sh
T
2026-05-21 18:55:38 +03:00

10 lines
103 B
Bash

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