blob: 09b9c27962aa486cf2de2e4c69d0e8ee6849216c (
plain) (
blame)
1
2
3
4
5
6
7
|
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 "----------------------------------------------------------"
|