5 lines
113 B
Bash
5 lines
113 B
Bash
if [ -f /etc/DIR_COLORS ] && cmp -s /etc/defaults/etc/DIR_COLORS /etc/DIR_COLORS
|
|
then
|
|
rm /etc/DIR_COLORS
|
|
fi
|
|
|