summaryrefslogtreecommitdiffstats
path: root/abs/core/v4l-dvb/v4l-dvb.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2011-11-10 15:38:14 (GMT)
committerBritney Fransen <brfransen@gmail.com>2011-11-10 15:38:14 (GMT)
commitbe96d3ebb565e4a910d50f36ded3d9cd68615acb (patch)
treefdc937f12200220bd09526b9ddc2cc409f276591 /abs/core/v4l-dvb/v4l-dvb.install
parentab2f21200aef65b575bb080edd472d3a789495c2 (diff)
downloadlinhes_pkgbuild-be96d3ebb565e4a910d50f36ded3d9cd68615acb.zip
linhes_pkgbuild-be96d3ebb565e4a910d50f36ded3d9cd68615acb.tar.gz
linhes_pkgbuild-be96d3ebb565e4a910d50f36ded3d9cd68615acb.tar.bz2
v4l-dvb: change to use git as hg isn't used anymore
Diffstat (limited to 'abs/core/v4l-dvb/v4l-dvb.install')
-rw-r--r--abs/core/v4l-dvb/v4l-dvb.install21
1 files changed, 4 insertions, 17 deletions
diff --git a/abs/core/v4l-dvb/v4l-dvb.install b/abs/core/v4l-dvb/v4l-dvb.install
index 7ae7ed0..8fb315c 100644
--- a/abs/core/v4l-dvb/v4l-dvb.install
+++ b/abs/core/v4l-dvb/v4l-dvb.install
@@ -1,23 +1,10 @@
-# arg 1: the new package version
post_install() {
- KERNEL_VERSION='2.6.28-LinHES'
- depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
+ echo ">>> Running depmod..."
+ depmod
}
-# arg 1: the new package version
-# arg 2: the old package version
post_upgrade() {
- KERNEL_VERSION='2.6.28-LinHES'
- depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
-
-}
-
-# arg 1: the old package version
-post_remove() {
- KERNEL_VERSION='2.6.28-LinHES'
- depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
+ echo ">>> Running depmod..."
+ depmod
}
-op=$1
-shift
-$op $*