summaryrefslogtreecommitdiff
path: root/community-testing/catalyst/catalyst.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/catalyst/catalyst.install')
-rw-r--r--community-testing/catalyst/catalyst.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/community-testing/catalyst/catalyst.install b/community-testing/catalyst/catalyst.install
deleted file mode 100644
index 22b72ea84..000000000
--- a/community-testing/catalyst/catalyst.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- EXTRAMODULES='extramodules-3.5-ARCH'
- depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
- echo 'In order to use the catalyst module, reboot the system.'
-}
-
-post_upgrade() {
- EXTRAMODULES='extramodules-3.5-ARCH'
- depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_remove() {
- EXTRAMODULES='extramodules-3.5-ARCH'
- depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-