diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-03-21 20:45:47 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-03-21 20:45:47 (GMT) |
commit | 28b546da363218138711acd16620a2f76ab3e199 (patch) | |
tree | f0be0996d54c7c6f2ee1970f26c3f1219e45aee4 /abs/extra-testing/v4l-dvb-hdpvr/v4l-dvb-hdpvr.install | |
parent | 9639591dc0452679b289dc80b700a15946feb81c (diff) | |
parent | d22ac33924608527b9de7e688ce18be9db604c42 (diff) | |
download | linhes_pkgbuild-28b546da363218138711acd16620a2f76ab3e199.zip linhes_pkgbuild-28b546da363218138711acd16620a2f76ab3e199.tar.gz linhes_pkgbuild-28b546da363218138711acd16620a2f76ab3e199.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
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 $* |