diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-07-04 00:48:12 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-07-04 00:48:12 -0300 |
commit | 4e96c6080ac2721ced6deaebab169189ce89491c (patch) | |
tree | 2f5c3ba230cc387d9610b5c1e6f3a2a19157dbc8 /libre/lirc-libre/lirc.install | |
parent | d5341926a9466bb4d5cc1f680f0fa3bf3165775f (diff) | |
download | abslibre-4e96c6080ac2721ced6deaebab169189ce89491c.tar.gz abslibre-4e96c6080ac2721ced6deaebab169189ce89491c.tar.bz2 abslibre-4e96c6080ac2721ced6deaebab169189ce89491c.zip |
lirc-libre-1:0.9.0-19: updating revision
Diffstat (limited to 'libre/lirc-libre/lirc.install')
-rw-r--r-- | libre/lirc-libre/lirc.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/lirc-libre/lirc.install b/libre/lirc-libre/lirc.install index d6b9e5ff2..c50e384c8 100644 --- a/libre/lirc-libre/lirc.install +++ b/libre/lirc-libre/lirc.install @@ -3,7 +3,7 @@ EXTRAMODULES=extramodules-3.4-LIBRE post_install() { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." - depmod $(cat /lib/modules/$EXTRAMODULES/version) > /dev/null 2>&1 + depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) > /dev/null 2>&1 } post_upgrade() { |