diff options
author | Nathan Harris <nharris@eoimaging.com> | 2009-03-20 17:41:57 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2009-03-20 17:41:57 (GMT) |
commit | d22ac33924608527b9de7e688ce18be9db604c42 (patch) | |
tree | 98dd9a5f3198f15e2cea68e0a0ca7bef7044d3c7 /abs/extra-testing/v4l-dvb-hdpvr/v4l-dvb-hdpvr.install | |
parent | aa38dffa3fd0d9a2c2d13a30d19bbed5015adbf3 (diff) | |
download | linhes_pkgbuild-d22ac33924608527b9de7e688ce18be9db604c42.zip linhes_pkgbuild-d22ac33924608527b9de7e688ce18be9db604c42.tar.gz linhes_pkgbuild-d22ac33924608527b9de7e688ce18be9db604c42.tar.bz2 |
HD-PVR support merged into main repo
Diffstat (limited to 'abs/extra-testing/v4l-dvb-hdpvr/v4l-dvb-hdpvr.install')
-rw-r--r-- | abs/extra-testing/v4l-dvb-hdpvr/v4l-dvb-hdpvr.install | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/abs/extra-testing/v4l-dvb-hdpvr/v4l-dvb-hdpvr.install b/abs/extra-testing/v4l-dvb-hdpvr/v4l-dvb-hdpvr.install deleted file mode 100644 index 7ae7ed0..0000000 --- a/abs/extra-testing/v4l-dvb-hdpvr/v4l-dvb-hdpvr.install +++ /dev/null @@ -1,23 +0,0 @@ -# arg 1: the new package version -post_install() { - KERNEL_VERSION='2.6.28-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.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 -} - -op=$1 -shift -$op $* |