This one time, at band camp, Lucas Nussbaum said:
> + echo 'clamav: root'
> ++ which newaliases
> + newal=
> dpkg: error processing clamav-base (--install):
>  subprocess post-installation script returned error exit status 1
> Errors were encountered while processing:
>  clamav-base

aha.  Can you modify the line:
if [ $newal ] && [ -x $newal ]; then
to be:
if [ -n "$newal" ] && [ -x "$newal" ]; then

and let me know if it fixes it for you?

Thanks,
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to