From c6000c9d9949b3326fb82f02431899ab6774b960 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Dec 2012 11:51:24 +0100 Subject: big cleanup --- vhba-module/vhba-module.install | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 vhba-module/vhba-module.install (limited to 'vhba-module/vhba-module.install') diff --git a/vhba-module/vhba-module.install b/vhba-module/vhba-module.install deleted file mode 100644 index 422ff82..0000000 --- a/vhba-module/vhba-module.install +++ /dev/null @@ -1,16 +0,0 @@ -post_install() { - echo ">> Place 'vhba' in MODULES= in /etc/rc.conf to enable vhba on system boot." - echo ">> This module needs to be recompiled for every kernel version upgrade." - KERNEL_VERSION='2.6.32-ARCH' - depmod $KERNEL_VERSION > /dev/null 2>&1 -} - -post_upgrade() { - post_install -} - -post_remove() { - KERNEL_VERSION='2.6.32-ARCH' - depmod $KERNEL_VERSION > /dev/null 2>&1 -} - -- cgit v1.2.3-24-g4f1b