diff options
Diffstat (limited to 'libre/acpi_call-parabola-lts/kmod.install')
-rw-r--r-- | libre/acpi_call-parabola-lts/kmod.install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libre/acpi_call-parabola-lts/kmod.install b/libre/acpi_call-parabola-lts/kmod.install deleted file mode 100644 index d4bd8cb34..000000000 --- a/libre/acpi_call-parabola-lts/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: |