summaryrefslogtreecommitdiff
path: root/community/open-vm-tools-modules/open-vm-tools-modules.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/open-vm-tools-modules/open-vm-tools-modules.install')
-rw-r--r--community/open-vm-tools-modules/open-vm-tools-modules.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/open-vm-tools-modules/open-vm-tools-modules.install b/community/open-vm-tools-modules/open-vm-tools-modules.install
index d2a8f1d62..b8f6dd618 100644
--- a/community/open-vm-tools-modules/open-vm-tools-modules.install
+++ b/community/open-vm-tools-modules/open-vm-tools-modules.install
@@ -1,5 +1,5 @@
post_install() {
- EXTRAMODULES='extramodules-3.2-ARCH'
+ EXTRAMODULES='extramodules-3.3-ARCH'
depmod $(cat /lib/modules/$EXTRAMODULES/version)
echo ">>> Enabling vmxnet driver in /etc/modprobe.d/open-vm-tools-modules.conf"
echo ">>> (this will disable pcnet32 driver)"
@@ -10,12 +10,12 @@ post_install() {
}
post_upgrade() {
- EXTRAMODULES='extramodules-3.2-ARCH'
+ EXTRAMODULES='extramodules-3.3-ARCH'
depmod $(cat /lib/modules/$EXTRAMODULES/version)
}
post_remove() {
- EXTRAMODULES='extramodules-3.2-ARCH'
+ EXTRAMODULES='extramodules-3.3-ARCH'
depmod $(cat /lib/modules/$EXTRAMODULES/version)
echo ">>>"
echo ">>> Remember to un-blacklist pcnet32 driver"