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