aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaber-nyan2019-11-13 21:01:24 +0300
committersaber-nyan2019-11-13 21:01:24 +0300
commite1f73e41da1ce1bb5bc463a6083bb9f9c5ad1435 (patch)
tree0d211be4de883088f04a2fddd2fb85ba1b5825e3
parentd12aa76397c2658191b70edb1cd3e241a07654b8 (diff)
downloadaur-kernel-modules-hook.tar.gz
Finally fixed new kernel installation issues
Closes #8, thanks @cptpcrd!
-rw-r--r--.SRCINFO6
-rw-r--r--10-linux-modules-post.hook1
-rw-r--r--10-linux-modules-pre.hook1
-rw-r--r--PKGBUILD12
4 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aabab9f9b1e6..fe5355d8fb30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kernel-modules-hook
pkgdesc = Keeps your system fully functional after a kernel upgrade
- pkgver = 0.1.6
+ pkgver = 0.1.7
pkgrel = 1
url = https://github.com/saber-nyan/kernel-modules-hook
install = kernel-modules-hook.install
@@ -14,8 +14,8 @@ pkgbase = kernel-modules-hook
source = UNLICENSE
sha256sums = 4169b44c297ddb7aad2220c6eba7c7942e3396f92528c59617955ab5560cb4cf
sha256sums = 5d947290ef8c94b33c79c531e5615f4c9bea38e7649092d34af3bf0af5b1ca24
- sha256sums = 1161c1462c59acad138b9dd4b5befe7044105c6486cbfc71612139c3ab7f44ff
- sha256sums = 68b5e26debc6a20c02279980f37201a03cc6b79219af4a596fa497107b9698b3
+ sha256sums = 900502d030e925fca6188b9448fbaf6562d6e23cd5c50938cdf00522825f76c2
+ sha256sums = f7ea2947c3fbe1510b3ea5cc5793b8197f0718dcb12daea3da9b27b3cf1c4116
sha256sums = 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c
pkgname = kernel-modules-hook
diff --git a/10-linux-modules-post.hook b/10-linux-modules-post.hook
index d58444ccff9b..55174ac3962a 100644
--- a/10-linux-modules-post.hook
+++ b/10-linux-modules-post.hook
@@ -1,4 +1,5 @@
[Trigger]
+Operation = Install
Operation = Upgrade
Type = Path
Target = usr/lib/modules/*/vmlinuz
diff --git a/10-linux-modules-pre.hook b/10-linux-modules-pre.hook
index bb00c54f0670..34e7221feb65 100644
--- a/10-linux-modules-pre.hook
+++ b/10-linux-modules-pre.hook
@@ -1,4 +1,5 @@
[Trigger]
+Operation = Install
Operation = Upgrade
Type = Path
Target = usr/lib/modules/*/vmlinuz
diff --git a/PKGBUILD b/PKGBUILD
index 84056106c31f..8ffb97b7ba8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Artoria Pendragon <saber-nyan@ya.ru>
# Hooks: https://www.reddit.com/r/archlinux/comments/4zrsc3/keep_your_system_fully_functional_after_a_kernel/d6yin0r/
pkgname=kernel-modules-hook
-pkgver=0.1.6
+pkgver=0.1.7
pkgrel=1
pkgdesc="Keeps your system fully functional after a kernel upgrade"
arch=('any')
@@ -9,17 +9,15 @@ url="https://github.com/saber-nyan/kernel-modules-hook"
license=('UNLICENSE')
depends=('rsync')
install="${pkgname}.install"
-source=(
- "linux-modules-cleanup.conf"
+source=("linux-modules-cleanup.conf"
"linux-modules-cleanup.service"
"10-linux-modules-post.hook"
"10-linux-modules-pre.hook"
- "UNLICENSE"
- )
+ "UNLICENSE")
sha256sums=('4169b44c297ddb7aad2220c6eba7c7942e3396f92528c59617955ab5560cb4cf'
'5d947290ef8c94b33c79c531e5615f4c9bea38e7649092d34af3bf0af5b1ca24'
- '1161c1462c59acad138b9dd4b5befe7044105c6486cbfc71612139c3ab7f44ff'
- '68b5e26debc6a20c02279980f37201a03cc6b79219af4a596fa497107b9698b3'
+ '900502d030e925fca6188b9448fbaf6562d6e23cd5c50938cdf00522825f76c2'
+ 'f7ea2947c3fbe1510b3ea5cc5793b8197f0718dcb12daea3da9b27b3cf1c4116'
'7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c')
package() {