[arch-commits] Commit in clamav/trunk (PKGBUILD clamav.install)

Levente Polyak anthraxx at archlinux.org
Mon Oct 22 20:21:25 UTC 2018


    Date: Monday, October 22, 2018 @ 20:21:24
  Author: anthraxx
Revision: 337076

clamav: remove old install script

- add some soname provides

Modified:
  clamav/trunk/PKGBUILD
Deleted:
  clamav/trunk/clamav.install

----------------+
 PKGBUILD       |    2 +-
 clamav.install |   11 -----------
 2 files changed, 1 insertion(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-22 20:20:27 UTC (rev 337075)
+++ PKGBUILD	2018-10-22 20:21:24 UTC (rev 337076)
@@ -17,7 +17,7 @@
         'etc/clamav/freshclam.conf'
         'etc/clamav/clamav-milter.conf'
         'etc/logrotate.d/clamav')
-install=clamav.install
+provides=(libclamav.so libclamunrar.so libclamunrar_iface.so)
 source=(https://www.clamav.net/downloads/production/${pkgname}-${pkgver}.tar.gz{,.sig}
         clamav.logrotate
         clamav.tmpfiles

Deleted: clamav.install
===================================================================
--- clamav.install	2018-10-22 20:20:27 UTC (rev 337075)
+++ clamav.install	2018-10-22 20:21:24 UTC (rev 337076)
@@ -1,11 +0,0 @@
-post_upgrade() {
-  if (( $(vercmp $2 0.99.3) <= 0 )); then
-    cat << EOF
-
-===> WARNING: ClamAV service files have been renamed:
-  -> clamav-daemon.service
-  -> clamav-freshclam.service
-
-EOF
-  fi
-}



More information about the arch-commits mailing list