[arch-commits] Commit in dkms/trunk (PKGBUILD hook.remove)

Sébastien Luttringer seblu at archlinux.org
Sun Feb 21 12:03:42 UTC 2016


    Date: Sunday, February 21, 2016 @ 13:03:42
  Author: seblu
Revision: 163009

upgpkg: dkms 2.2.0.3+git151023-5

Run the remove hook (pre-transaction) when a package is upgraded.
This remove the modules and let the new version be rebuilded in the install
hook (post-transaction).

Modified:
  dkms/trunk/PKGBUILD
  dkms/trunk/hook.remove

-------------+
 PKGBUILD    |    4 ++--
 hook.remove |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-21 11:49:22 UTC (rev 163008)
+++ PKGBUILD	2016-02-21 12:03:42 UTC (rev 163009)
@@ -4,7 +4,7 @@
 
 pkgname=dkms
 pkgver=2.2.0.3+git151023
-pkgrel=4
+pkgrel=5
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')
 url='http://linux.dell.com/dkms/'
@@ -23,7 +23,7 @@
 md5sums=('SKIP'
          '82d520c39c99c34977e48b313a189c6c'
          '8fe2064106958bcfd386e83494c8959a'
-         '78eaff5c38c5282c4c766d2a9923c207'
+         '41fcecb1c2dfc59a4b648fddcd8b462f'
          '7fdc44f8ecdd0ac0dc5e6bcf02901681')
 
 prepare() {

Modified: hook.remove
===================================================================
--- hook.remove	2016-02-21 11:49:22 UTC (rev 163008)
+++ hook.remove	2016-02-21 12:03:42 UTC (rev 163009)
@@ -1,4 +1,5 @@
 [Trigger]
+Operation = Upgrade
 Operation = Remove
 Type = File
 Target = usr/src/*/dkms.conf



More information about the arch-commits mailing list