VirtualBox

Changeset 57980 in vbox


Ignore:
Timestamp:
Oct 1, 2015 9:36:57 AM (9 years ago)
Author:
vboxsync
Message:

Installer/linux: forgot the vboxpci kernel module in a couple of places.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/uninstall.sh

    r57969 r57980  
    5656    find /lib/modules/`uname -r` -name "vboxnetflt\.*" 2>/dev/null|xargs rm -f 2> /dev/null
    5757    find /lib/modules/`uname -r` -name "vboxnetadp\.*" 2>/dev/null|xargs rm -f 2> /dev/null
     58    find /lib/modules/`uname -r` -name "vboxpci\.*" 2>/dev/null|xargs rm -f 2> /dev/null
    5859    # Remove directories we have installed to in the past
    5960    find /lib/modules/`uname -r` -name vbox\* 2>/dev/null|xargs rmdir -p 2> /dev/null
     
    6364    rm -f /usr/src/vboxnetflt-$INSTALL_VER 2> /dev/null
    6465    rm -f /usr/src/vboxnetadp-$INSTALL_VER 2> /dev/null
     66    rm -f /usr/src/vboxpci-$INSTALL_VER 2> /dev/null
    6567fi
    6668
     
    128130    make clean > /dev/null 2>&1
    129131fi
     132if [ -f $PREV_INSTALLATION/src/vboxpci/Makefile ]; then
     133    cd $PREV_INSTALLATION/src/vboxpci
     134    make clean > /dev/null 2>&1
     135fi
    130136cd $PREV_INSTALLATION
    131137if [ -r $CONFIG_DIR/$CONFIG_FILES ]; then
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette