diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-10 03:54:43 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-10 03:54:43 -0300 |
commit | 2e6641b18235940ea5ec90c8bb1fa22085ac7de9 (patch) | |
tree | b51cdb5faf02958f503e21036c777960fc6080af /libre/cdfs-libre/cdfs.install | |
parent | 60e78c98f19ea3d0beffdc4f6b56b50cb54b5ea0 (diff) | |
parent | 012a4cf712be9872c2212668f0d475da19727808 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/cdfs-libre/cdfs.install')
-rw-r--r-- | libre/cdfs-libre/cdfs.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/cdfs-libre/cdfs.install b/libre/cdfs-libre/cdfs.install index 1e587cf72..14b056a11 100644 --- a/libre/cdfs-libre/cdfs.install +++ b/libre/cdfs-libre/cdfs.install @@ -1,14 +1,14 @@ post_install() { - EXTRAMODULES='extramodules-3.8-LIBRE' + EXTRAMODULES='extramodules-3.9-LIBRE' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) } post_upgrade() { - EXTRAMODULES='extramodules-3.8-LIBRE' + EXTRAMODULES='extramodules-3.9-LIBRE' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) } post_remove() { - EXTRAMODULES='extramodules-3.8-LIBRE' + EXTRAMODULES='extramodules-3.9-LIBRE' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) } |