summarylogtreecommitdiffstats
path: root/60-linux-rt.hook
diff options
context:
space:
mode:
authorDavid Runge2019-11-01 14:50:22 +0100
committerDavid Runge2019-11-01 14:50:22 +0100
commitc2be5751ca7ab12d04d3dc9b43488737876dc3d9 (patch)
treed916fe5ba87dd3bc2d7b5df8a1e207d75974c34d /60-linux-rt.hook
parentadb0dfa25e6061c3ab1e0daff567c9e3cc7ffe96 (diff)
downloadaur-c2be5751ca7ab12d04d3dc9b43488737876dc3d9.tar.gz
PKGBUILD: Aligning with vanilla kernel package script. Removing hooks, install and preset file (mkinitcpio is now taking care of this itself on the basis of a pkgbase file).
Adding python-sphinx to makedepends for html docs. Switching to a pkgver scheme, in which the patch number gets concatenated to the kernel version without any prefix.
Diffstat (limited to '60-linux-rt.hook')
-rw-r--r--60-linux-rt.hook12
1 files changed, 0 insertions, 12 deletions
diff --git a/60-linux-rt.hook b/60-linux-rt.hook
deleted file mode 100644
index b33873c854fb..000000000000
--- a/60-linux-rt.hook
+++ /dev/null
@@ -1,12 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/lib/modules/%KERNVER%/*
-Target = usr/lib/modules/%EXTRAMODULES%/*
-
-[Action]
-Description = Updating %PKGBASE% module dependencies...
-When = PostTransaction
-Exec = /usr/bin/depmod %KERNVER%