X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=clamav-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;h=5e370f3fa2399576f3e6e4569516161c58e47b4c;hp=3cfb0245e95fef328c7fbbc95011c0378a7e3e6c;hb=refs%2Ftags%2Fdebian%2F4%250.97.8_cn0;hpb=1bfd91dd65db91bf802a7dc5e84c15d271fb7e44 diff --git a/debian/postinst b/debian/postinst index 3cfb024..5e370f3 100755 --- a/debian/postinst +++ b/debian/postinst @@ -8,20 +8,6 @@ set -e # Load CARNet functions . /usr/share/carnet-tools/functions.sh -#if dpkg --compare-versions "$2" lt 2:0.91.1-1 ; then -# cp_backup_conffile /etc/clamav/clamd.conf -# rm -f /etc/clamav/clamd.conf -# cp -a /usr/share/doc/clamav-cn/examples/clamd.conf /etc/clamav/clamd.conf -# restart="yes" -#fi -# -#if dpkg --compare-versions "$2" lt 2:0.91.1-1 ; then -# cp_backup_conffile /etc/clamav/freshclam.conf -# rm -f /etc/clamav/freshclam.conf -# cp -a /usr/share/doc/clamav-cn/examples/freshclam.conf /etc/clamav/freshclam.conf -# restart="yes" -#fi - cp_check_and_sed "^AllowSupplementaryGroups false" \ "s/AllowSupplementaryGroups false/AllowSupplementaryGroups true/g" \ /etc/clamav/clamd.conf && restart="yes" || true @@ -48,6 +34,11 @@ if [ -f /etc/amavis/conf.d/15-av_scanners ]; then fi fi +# izbaciti MSRBL +if ! grep -q "^unset msrbl_dbs" /etc/clamav-unofficial-sigs.conf; then + echo "unset msrbl_dbs" >> /etc/clamav-unofficial-sigs.conf +fi + if [ "$restart_amavis" = "yes" ]; then if [ -x /usr/sbin/invoke-rc.d ]; then [ -x /etc/init.d/amavisd-cn ] && invoke-rc.d amavisd-cn restart @@ -58,7 +49,6 @@ if [ "$restart_amavis" = "yes" ]; then restart="no" fi - # restart if needed [ "$restart" = "yes" ] || exit 0 if [ -x /usr/sbin/invoke-rc.d ]; then @@ -72,3 +62,5 @@ if [ -x /usr/sbin/invoke-rc.d ]; then else [ -x /etc/init.d/clamav-freshclam ] && /etc/init.d/clamav-freshclam restart fi + +#DEBHELPER#