diff options
author | James Meyer <james.meyer@operamail.com> | 2013-01-23 22:55:22 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2013-01-23 22:55:22 (GMT) |
commit | ea33ea0fb39023d3f48ed8abb765429301da381e (patch) | |
tree | f055f70a792372c3df794b539d6342bf5835b4b7 /abs/core/ceton/ceton.install | |
parent | 4e0ed14b738b9989d4360be63f472323cfda3305 (diff) | |
download | linhes_pkgbuild-ea33ea0fb39023d3f48ed8abb765429301da381e.zip linhes_pkgbuild-ea33ea0fb39023d3f48ed8abb765429301da381e.tar.gz linhes_pkgbuild-ea33ea0fb39023d3f48ed8abb765429301da381e.tar.bz2 |
removed ceton pkg, replaced with ceton_infinitv
Diffstat (limited to 'abs/core/ceton/ceton.install')
-rw-r--r-- | abs/core/ceton/ceton.install | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/abs/core/ceton/ceton.install b/abs/core/ceton/ceton.install deleted file mode 100644 index 67403db..0000000 --- a/abs/core/ceton/ceton.install +++ /dev/null @@ -1,25 +0,0 @@ -# arg 1: the new package version -post_install() { - KERNEL_VERSION='2.6.39-LinHES' - depmod -ae -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.39-LinHES' - depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 - rmmod ctn91xx - modprobe ctn91xx - -} - -# arg 1: the old package version -post_remove() { - KERNEL_VERSION='2.6.28-LinHES' - depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 -} - -op=$1 -shift -$op $* |