diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-08-23 01:36:15 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-08-23 01:36:15 -0300 |
commit | 28529fefc594bf968ca30905a5a2d6c9ae1d6f3c (patch) | |
tree | 4c2428f259eb8d14153d27c38659293f4a970f03 /libre/lirc-libre/lirc.install | |
parent | b1852341008bbce6f23ebc4c300112d98c96ab8d (diff) |
add modifications from coadde and lukeshu contributions for linux-libre* and dependencies
Diffstat (limited to 'libre/lirc-libre/lirc.install')
-rw-r--r-- | libre/lirc-libre/lirc.install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libre/lirc-libre/lirc.install b/libre/lirc-libre/lirc.install deleted file mode 100644 index d89c3d94c..000000000 --- a/libre/lirc-libre/lirc.install +++ /dev/null @@ -1,14 +0,0 @@ -EXTRAMODULES=extramodules-3.16-libre - -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 -} |