diff options
Diffstat (limited to 'abs/core-testing/aufs')
-rw-r--r-- | abs/core-testing/aufs/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/aufs/aufs.install | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/core-testing/aufs/PKGBUILD b/abs/core-testing/aufs/PKGBUILD index f0270fe..169853a 100644 --- a/abs/core-testing/aufs/PKGBUILD +++ b/abs/core-testing/aufs/PKGBUILD @@ -4,7 +4,7 @@ pkgname=aufs pkgver=20081226 pkgrel=1 -_kernver='2.6.28-ARCH' +_kernver='2.6.28-LinHES' pkgdesc="Another Unionfs Implementation that supports NFS branches" arch=('i686' 'x86_64') url="http://aufs.sourceforge.net/" diff --git a/abs/core-testing/aufs/aufs.install b/abs/core-testing/aufs/aufs.install index 41cd96e..8081c6a 100644 --- a/abs/core-testing/aufs/aufs.install +++ b/abs/core-testing/aufs/aufs.install @@ -5,7 +5,7 @@ pre_install() { post_install() { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." - KERNEL_VERSION=2.6.28-ARCH + KERNEL_VERSION=2.6.28-LinHES depmod -v $KERNEL_VERSION > /dev/null 2>&1 /bin/true } @@ -13,7 +13,7 @@ post_install() { post_upgrade() { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." - KERNEL_VERSION=2.6.28-ARCH + KERNEL_VERSION=2.6.28-LinHES depmod -v $KERNEL_VERSION > /dev/null 2>&1 /bin/true } @@ -21,7 +21,7 @@ post_upgrade() { post_remove() { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." - KERNEL_VERSION=2.6.28-ARCH + KERNEL_VERSION=2.6.28-LinHES depmod -v $KERNEL_VERSION > /dev/null 2>&1 /bin/true } |