From 049af7a95b01eba14d33586ad5852dddaf107e53 Mon Sep 17 00:00:00 2001 From: Parabola Date: Sun, 17 Apr 2011 19:27:42 +0000 Subject: Fixed --- testing/lirc/lirc.install | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 testing/lirc/lirc.install (limited to 'testing/lirc/lirc.install') diff --git a/testing/lirc/lirc.install b/testing/lirc/lirc.install deleted file mode 100644 index 61151ecf5..000000000 --- a/testing/lirc/lirc.install +++ /dev/null @@ -1,16 +0,0 @@ -KERNEL_VERSION=2.6.38-ARCH - -post_install() { - # updating module dependencies - echo ">>> Updating module dependencies. Please wait ..." - depmod $KERNEL_VERSION > /dev/null 2>&1 -} - -post_upgrade() { - post_install -} - -# arg 1: the old package version -post_remove() { - post_install -} -- cgit v1.2.3-54-g00ecf