diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 18:30:28 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 18:30:28 (GMT) |
commit | ebbb20c55cb45ade45636694a9ef83f6138ab122 (patch) | |
tree | 55375595a4c68eb275a44f9e187442a2fc1ecb81 /abs/core-testing/tiacx/acx.install | |
parent | be9cc524846930b2d933750471b5584801658f1e (diff) | |
download | linhes_pkgbuild-ebbb20c55cb45ade45636694a9ef83f6138ab122.zip linhes_pkgbuild-ebbb20c55cb45ade45636694a9ef83f6138ab122.tar.gz linhes_pkgbuild-ebbb20c55cb45ade45636694a9ef83f6138ab122.tar.bz2 |
This is LinHES.;)
Diffstat (limited to 'abs/core-testing/tiacx/acx.install')
-rw-r--r-- | abs/core-testing/tiacx/acx.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/tiacx/acx.install b/abs/core-testing/tiacx/acx.install index 22bc076..8d11348 100644 --- a/abs/core-testing/tiacx/acx.install +++ b/abs/core-testing/tiacx/acx.install @@ -1,20 +1,20 @@ # arg 1: the new package version post_install() { - KERNEL_VERSION='2.6.28-ARCH' + KERNEL_VERSION='2.6.28-LinHES' depmod -v $KERNEL_VERSION > /dev/null 2>&1 } # arg 1: the new package version # arg 2: the old package version post_upgrade() { - KERNEL_VERSION='2.6.28-ARCH' + KERNEL_VERSION='2.6.28-LinHES' depmod -v $KERNEL_VERSION > /dev/null 2>&1 } # arg 1: the old package version post_remove() { - KERNEL_VERSION='2.6.28-ARCH' + KERNEL_VERSION='2.6.28-LinHES' depmod -v $KERNEL_VERSION > /dev/null 2>&1 } |