Panel/Agent-Windows/OGP64/etc/preremove/man-db.sh
2026-06-06 18:46:40 -04:00

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