X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=clamav-unofficial-sigs.git;a=blobdiff_plain;f=debian%2Fpostinst;h=86676ef70616617ee0b7d8f866f6b0df9b76b79c;hp=d792e4e967f06cff8e72c8d080e12ee5ee0ce651;hb=3e3d14786094ce1193b2a6062a9d13226c68d4d4;hpb=2de844a2b195cd9d9c824e1220a0e5b54bd7ea57 diff --git a/debian/postinst b/debian/postinst index d792e4e..86676ef 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 [ -x /usr/sbin/clamav-unofficial-sigs ]; then clamav-unofficial-sigs --silence || true fi