summaryrefslogtreecommitdiff
path: root/community/cdfs
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-01-18 23:14:59 +0000
committerroot <root@rshg054.dnsready.net>2012-01-18 23:14:59 +0000
commit3e2075427791725d8e6a007feba107d94c017caf (patch)
tree23ce535075e2575a775e0b14d2b96668d0b6d1b1 /community/cdfs
parent7de0a9c21ecdb7becae761d7c9f2e723cb9ae0d3 (diff)
Wed Jan 18 23:14:59 UTC 2012
Diffstat (limited to 'community/cdfs')
-rw-r--r--community/cdfs/PKGBUILD4
-rw-r--r--community/cdfs/cdfs.install9
2 files changed, 8 insertions, 5 deletions
diff --git a/community/cdfs/PKGBUILD b/community/cdfs/PKGBUILD
index aa7b0a90d..b8797505e 100644
--- a/community/cdfs/PKGBUILD
+++ b/community/cdfs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 58212 2011-11-08 22:41:05Z ibiru $
+# $Id: PKGBUILD 62176 2012-01-17 14:45:33Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: J. Santiago Hirschfeld <jsantiagoh@yahoo.com.ar>
pkgname=cdfs
pkgver=2.6.27
-pkgrel=17
+pkgrel=18
pkgdesc="File system module that 'exports' all tracks and boot images on a CD as normal files."
arch=(i686 x86_64)
url="http://www.elis.UGent.be/~ronsse/cdfs/"
diff --git a/community/cdfs/cdfs.install b/community/cdfs/cdfs.install
index 3693d60ed..d20b4c664 100644
--- a/community/cdfs/cdfs.install
+++ b/community/cdfs/cdfs.install
@@ -1,11 +1,14 @@
post_install() {
- /sbin/depmod -a
+ EXTRAMODULES='extramodules-3.1-ARCH'
+ depmod $(cat /lib/modules/$EXTRAMODULES/version)
}
post_upgrade() {
- /sbin/depmod -a
+ EXTRAMODULES='extramodules-3.1-ARCH'
+ depmod $(cat /lib/modules/$EXTRAMODULES/version)
}
post_remove() {
- /sbin/depmod -a
+ EXTRAMODULES='extramodules-3.1-ARCH'
+ depmod $(cat /lib/modules/$EXTRAMODULES/version)
}