8ebd5b645a
- added RC-ng scripts - Fix build on CURENT PR: 57451 Submitted by: rob@debank.tv, eikemeier@fillmore-labs.com, dinoex
8 lines
297 B
Plaintext
8 lines
297 B
Plaintext
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 "
|
|
echo "----------------------------------------------------------"
|