summaryrefslogtreecommitdiff
path: root/pcr/tp_smapi-parabola-grsec/kmod.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/tp_smapi-parabola-grsec/kmod.install')
-rw-r--r--pcr/tp_smapi-parabola-grsec/kmod.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/pcr/tp_smapi-parabola-grsec/kmod.install b/pcr/tp_smapi-parabola-grsec/kmod.install
deleted file mode 100644
index d4bd8cb34..000000000
--- a/pcr/tp_smapi-parabola-grsec/kmod.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- _extramodules=THIS_IS_AUTOMATICALLY_SET_BY_PKGBUILD
- depmod $(cat /usr/lib/modules/${_extramodules}/version)
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim: ts=2 sw=2 et: