summaryrefslogtreecommitdiff
path: root/libre/tp_smapi-lts/kmod.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-08-11 12:29:03 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-08-11 12:29:03 -0500
commitc7a7f70af6d75239e0c48a18b66f1cbee89efd69 (patch)
treecd151508c4887bcbe3cbd603c5514f408ab1aa48 /libre/tp_smapi-lts/kmod.install
parentd493f6f646b7f97a845033e920ce44be9909846f (diff)
downloadabslibre-c7a7f70af6d75239e0c48a18b66f1cbee89efd69.tar.gz
abslibre-c7a7f70af6d75239e0c48a18b66f1cbee89efd69.tar.bz2
abslibre-c7a7f70af6d75239e0c48a18b66f1cbee89efd69.zip
rebuild module packages against linux-libre-lts-4.14.58_gnu-1
Diffstat (limited to 'libre/tp_smapi-lts/kmod.install')
-rw-r--r--libre/tp_smapi-lts/kmod.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/libre/tp_smapi-lts/kmod.install b/libre/tp_smapi-lts/kmod.install
deleted file mode 100644
index 40caa464f..000000000
--- a/libre/tp_smapi-lts/kmod.install
+++ /dev/null
@@ -1,14 +0,0 @@
-_EXTRAMODULES=
-
-post_install() {
- echo ">>> Updating module dependencies. Please wait ..."
- depmod "$(cat /usr/lib/modules/$_EXTRAMODULES/version)" >/dev/null 2>&1
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}