35de7eb27a
- 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
7 lines
309 B
Text
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 "----------------------------------------------------------"
|