summarylogtreecommitdiffstats
path: root/modules.install
diff options
context:
space:
mode:
authorPiotr Gorski2019-09-06 20:32:16 +0200
committerPiotr Gorski2019-09-06 20:32:16 +0200
commit8d4002ceb59b5c481211bdb89ad42e240a588715 (patch)
tree97307b15d9b651d3cf91c318c8979853821c14a6 /modules.install
parent472fff45efe217dec5ac6b5b60aa5df637519cef (diff)
downloadaur-8d4002ceb59b5c481211bdb89ad42e240a588715.tar.gz
Bump to 5.2.13-1
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
Diffstat (limited to 'modules.install')
-rw-r--r--modules.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules.install b/modules.install
deleted file mode 100644
index ed65aadf06eb..000000000000
--- a/modules.install
+++ /dev/null
@@ -1,11 +0,0 @@
-KERNEL_VERSION=5.1.5-1-usermodelinux
-
-post_install() {
- echo ">>> Updating module dependencies. Please wait ..."
- depmod ${KERNEL_VERSION}
-}
-
-post_upgrade() {
- echo ">>> Updating module dependencies. Please wait ..."
- depmod ${KERNEL_VERSION}
-}