summarylogtreecommitdiffstats
path: root/60-linux.hook
diff options
context:
space:
mode:
authorAlan Orth2019-11-11 12:46:05 +0200
committerAlan Orth2019-11-11 12:46:05 +0200
commitc3e28f0845d3e78c0cbe3dd527a4ae0a6109fce8 (patch)
tree9366577ac8da3a528ffff51a3cef868460323b07 /60-linux.hook
parentf2c999180e7f715f8d03323214b69d232d4384be (diff)
downloadaur-c3e28f0845d3e78c0cbe3dd527a4ae0a6109fce8.tar.gz
Changes for new kmod and mkinitcpio hooks
Diffstat (limited to '60-linux.hook')
-rw-r--r--60-linux.hook12
1 files changed, 0 insertions, 12 deletions
diff --git a/60-linux.hook b/60-linux.hook
deleted file mode 100644
index 1f972df11efb..000000000000
--- a/60-linux.hook
+++ /dev/null
@@ -1,12 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/lib/modules/%KERNEL_VERSION%/*
-Target = usr/lib/modules/%EXTRAMODULES%/*
-
-[Action]
-Description = Updating %PKGNAME% module dependencies...
-When = PostTransaction
-Exec = /usr/bin/depmod %KERNEL_VERSION% \ No newline at end of file