blob: 7f70ce8fbf36e122fbaf2e593724d7c78f3b67fc [file] [log] [blame]
#!/bin/sh
echo "Removing unnecessary files" &&
pwd &&
rm -rf svn/libclamav/js svn/libclamav/pst.c &&
cat >svn/libclamav/pst.c <<EOF
#include "clamav-config.h"
#include "clamav.h"
int
cli_pst(const char *dir, int desc)
{
cli_warnmsg("PST files not yet supported\n");
return CL_EFORMAT;
}
EOF
# pst.c is huge, and is experimental, don't compile it