+clamav-cn (4:0.98.7~cn0) stable; urgency=medium
+
+ * Prvo izdanje za jessie
+
+ -- Ivan Rako <Ivan.Rako@CARNet.hr> Sun, 21 Feb 2016 16:20:38 +0100
+
clamav-cn (4:0.97.8~cn0) stable; urgency=medium
* Prvo izdanje za wheezy
# restart if needed
[ "$restart" = "yes" ] || exit 0
-if [ -x /usr/sbin/invoke-rc.d ]; then
- [ -x /etc/init.d/clamav-daemon ] && invoke-rc.d clamav-daemon restart
-else
- [ -x /etc/init.d/clamav-daemon ] && /etc/init.d/clamav-daemon restart
-fi
-
-if [ -x /usr/sbin/invoke-rc.d ]; then
- [ -x /etc/init.d/clamav-freshclam ] && invoke-rc.d clamav-freshclam restart
-else
- [ -x /etc/init.d/clamav-freshclam ] && /etc/init.d/clamav-freshclam restart
-fi
+service clamav-daemon restart
+service clamav-freshclam restart
#DEBHELPER#