X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=3b452ccbaf36e45527431e9ebeac356f8ebe612f;hb=refs%2Fheads%2Fstretch;hp=36f1dfd4999d5491e2f42add431b0040f36e65a0;hpb=2ceeaf53bd40e221bc019f921260ac0d864dc5f3;p=clamav-unofficial-sigs.git diff --git a/debian/postinst b/debian/postinst index 36f1dfd..3b452cc 100644 --- a/debian/postinst +++ b/debian/postinst @@ -5,6 +5,8 @@ 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 + +#DEBHELPER#