5 lines
117 B
Bash
5 lines
117 B
Bash
if [ -f /etc/man_db.conf ] && cmp -s /etc/defaults/etc/man_db.conf /etc/man_db.conf
|
|
then
|
|
rm /etc/man_db.conf
|
|
fi
|
|
|