GSP-Agent-Windows/OGP64/etc/preremove/man-db.sh

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