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

Christian Hesse eworm at archlinux.org
Mon May 28 11:01:50 UTC 2018


    Date: Monday, May 28, 2018 @ 11:01:50
  Author: eworm
Revision: 332415

upgpkg: acpi_call-lts 1.1.0-64

* rebuilt for linux-lts 4.14.44-1
* remove install script, handled by pacman hook

Modified:
  acpi_call-lts/trunk/PKGBUILD
Deleted:
  acpi_call-lts/trunk/acpi_call.install

-------------------+
 PKGBUILD          |    3 +--
 acpi_call.install |   14 --------------
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-28 10:19:29 UTC (rev 332414)
+++ PKGBUILD	2018-05-28 11:01:50 UTC (rev 332415)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=63
+pkgrel=64
 _extramodules=extramodules-4.14-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call'
 arch=('x86_64')
@@ -14,7 +14,6 @@
 depends=('linux-lts>=4.14.39')
 makedepends=('linux-lts-headers>=4.14.39')
 provides=('acpi_call')
-install='acpi_call.install'
 source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz")
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
 

Deleted: acpi_call.install
===================================================================
--- acpi_call.install	2018-05-28 10:19:29 UTC (rev 332414)
+++ acpi_call.install	2018-05-28 11:01:50 UTC (rev 332415)
@@ -1,14 +0,0 @@
-post_install() {
-  _extramodules=extramodules-4.14-lts
-  depmod $(cat /usr/lib/modules/${_extramodules}/version)
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list