X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=3b452ccbaf36e45527431e9ebeac356f8ebe612f;hb=2cea5c55230c0b7e6538e094c2f23cfff6acd143;hp=86676ef70616617ee0b7d8f866f6b0df9b76b79c;hpb=7ed3d50f7b27074537fe430e883d729b2ee39a7d;p=clamav-unofficial-sigs.git diff --git a/debian/postinst b/debian/postinst index 86676ef..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 ]; then +if which clamav-unofficial-sigs > /dev/null; then clamav-unofficial-sigs --silence || true fi