[arch-commits] Commit in ivtv-utils/trunk (ivtv-utils.install)
Giovanni Scafora
giovanni at archlinux.org
Wed Dec 17 01:36:15 UTC 2008
Date: Tuesday, December 16, 2008 @ 20:36:15
Author: giovanni
Revision: 21885
Unnecessary
Deleted:
ivtv-utils/trunk/ivtv-utils.install
--------------------+
ivtv-utils.install | 31 -------------------------------
1 file changed, 31 deletions(-)
Deleted: ivtv-utils.install
===================================================================
--- ivtv-utils.install 2008-12-17 01:18:57 UTC (rev 21884)
+++ ivtv-utils.install 2008-12-17 01:36:15 UTC (rev 21885)
@@ -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 $*
More information about the arch-commits
mailing list