diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-28 07:34:16 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-28 07:34:16 (GMT) |
commit | 5d22477377dff808644fffa9566134a427db2772 (patch) | |
tree | 34000ef35c2316756a3f575bbab9165d69f5ff96 /abs/core-testing/aufs/aufs.install | |
parent | 076462b7305c420798e19edaa11885488acd1627 (diff) | |
download | linhes_pkgbuild-5d22477377dff808644fffa9566134a427db2772.zip linhes_pkgbuild-5d22477377dff808644fffa9566134a427db2772.tar.gz linhes_pkgbuild-5d22477377dff808644fffa9566134a427db2772.tar.bz2 |
Updated, recompiled to reflect new kernel.
Diffstat (limited to 'abs/core-testing/aufs/aufs.install')
-rw-r--r-- | abs/core-testing/aufs/aufs.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/aufs/aufs.install b/abs/core-testing/aufs/aufs.install index 1a303d6..41cd96e 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.27-ARCH + KERNEL_VERSION=2.6.28-ARCH 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.27-ARCH + KERNEL_VERSION=2.6.28-ARCH 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.27-ARCH + KERNEL_VERSION=2.6.28-ARCH depmod -v $KERNEL_VERSION > /dev/null 2>&1 /bin/true } |