diff --git a/util/antivirus/clamav-database/actions.py b/util/antivirus/clamav-database/actions.py deleted file mode 100644 index 1c0b64bdbb..0000000000 --- a/util/antivirus/clamav-database/actions.py +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file https://www.gnu.org/licenses/gpl-3.0.txt - -from pisi.actionsapi import shelltools, pisitools, get - -WorkDir = "." - -def install(): - for t in shelltools.ls("*.cvd"): - pisitools.insinto("/var/lib/clamav", t) - shelltools.chown("%s/var/lib/clamav/%s" % (get.installDIR(), t), uid = "clamav", gid = "clamav") diff --git a/util/antivirus/clamav-database/pspec.xml b/util/antivirus/clamav-database/pspec.xml deleted file mode 100644 index 64f320d999..0000000000 --- a/util/antivirus/clamav-database/pspec.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - clamav-database - https://www.clamav.net/ - - fury - uglyside@yandex.ru - - custom - data - util.antivirus - Virus database for clamav. - Virus database for clamav. - https://db.local.clamav.net/bytecode.cvd - https://db.local.clamav.net/safebrowsing.cvd - https://db.local.clamav.net/main.cvd - - - - - - - - - - clamav-database - - - - - /var/lib/clamav/main.cvd - /var/lib/clamav/bytecode.cvd - /var/lib/clamav/safebrowsing.cvd - - - - - - 2022-11-15 - 0.0.20221115 - First build. - fury - uglyside@yandex.ru - - -