diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-02-11 17:59:32 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-02-11 17:59:32 (GMT) |
commit | af3592fa6f87fcc16176844e865f93cc394ee3ad (patch) | |
tree | 5a31bda370af4ea27e66a7dde84ad8861c927574 /abs/core/ivtv-utils/ivtv-utils.install | |
parent | 8279814593eae176965b34ed6997ed6f78c68ba8 (diff) | |
download | linhes_pkgbuild-af3592fa6f87fcc16176844e865f93cc394ee3ad.zip linhes_pkgbuild-af3592fa6f87fcc16176844e865f93cc394ee3ad.tar.gz linhes_pkgbuild-af3592fa6f87fcc16176844e865f93cc394ee3ad.tar.bz2 |
ivtv-utils: update to 1.4.1-7
Diffstat (limited to 'abs/core/ivtv-utils/ivtv-utils.install')
-rw-r--r-- | abs/core/ivtv-utils/ivtv-utils.install | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/abs/core/ivtv-utils/ivtv-utils.install b/abs/core/ivtv-utils/ivtv-utils.install deleted file mode 100644 index 4966d4a..0000000 --- a/abs/core/ivtv-utils/ivtv-utils.install +++ /dev/null @@ -1,31 +0,0 @@ -pre_install() { - /bin/true -} - -post_install() { - # updating module dependencies - echo ">>> Updating module dependencies. Please wait ..." - KERNEL_VERSION=2.6.22-ARCH - depmod -v $KERNEL_VERSION > /dev/null 2>&1 - /bin/true -} - -post_upgrade() { - # updating module dependencies - echo ">>> Updating module dependencies. Please wait ..." - KERNEL_VERSION=2.6.22-ARCH - depmod -v $KERNEL_VERSION > /dev/null 2>&1 - /bin/true -} - -post_remove() { - # updating module dependencies - echo ">>> Updating module dependencies. Please wait ..." - KERNEL_VERSION=2.6.22-ARCH - depmod -v $KERNEL_VERSION > /dev/null 2>&1 - /bin/true -} - -op=$1 -shift -$op $* |