X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=3b452ccbaf36e45527431e9ebeac356f8ebe612f;hb=2cea5c55230c0b7e6538e094c2f23cfff6acd143;hp=d792e4e967f06cff8e72c8d080e12ee5ee0ce651;hpb=71453066c45e1407c494ae88712c4fadb277e922;p=clamav-unofficial-sigs.git diff --git a/debian/postinst b/debian/postinst index d792e4e..3b452cc 100644 --- a/debian/postinst +++ b/debian/postinst @@ -5,7 +5,7 @@ set -e [ "$1" = "configure" ] || exit 0 [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx -if [ -x /usr/sbin/clamav-unofficial-sigs.sh ]; then +if which clamav-unofficial-sigs > /dev/null; then clamav-unofficial-sigs --silence || true fi