freebsd-ports/security/clamav-devel/pkg-deinstall
Dirk Meyer 35de7eb27a - update to 20040210
- The install doesn't delete the database anymore
- Don't remove the database on deinstall
- Use OPTIONS target
- handle all config install via the port

You have to run freshclam manually once after upgrade to restore the database.

PR:		62653
Submitted by:	rob@debank.tv

- Fix deinstall when no database was installed.
Submitted by:	dinoex
2004-02-11 10:39:34 +00:00

7 lines
309 B
Text

if [ ! "$2" = "POST-DEINSTALL" ]; then
exit 0
fi
echo "----------------------------------------------------------"
echo " If you really want to remove this package, please remove"
echo " the clamav-user and clean out log files and database"
echo "----------------------------------------------------------"