VirtualBox

Changeset 59871 in vbox for trunk


Ignore:
Timestamp:
Feb 29, 2016 12:59:42 PM (9 years ago)
Author:
vboxsync
Message:

Linux installer: save the list of installed python files so we can uninstall them later

Location:
trunk/src/VBox/Installer/linux
Files:
2 edited

Legend:

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

    r59860 r59871  
    357357    # If Python is available, install Python bindings
    358358    if [ -n "$PYTHON" ]; then
    359       maybe_run_python_bindings_installer $INSTALLATION_DIR
     359      maybe_run_python_bindings_installer $INSTALLATION_DIR $CONFIG_DIR $CONFIG_FILES
    360360    fi
    361361
  • trunk/src/VBox/Installer/linux/routines.sh

    r58897 r59871  
    366366    # Pass install path via environment
    367367    export VBOX_INSTALL_PATH
    368     $SHELL -c "cd $VBOX_INSTALL_PATH/sdk/installer && $PYTHON vboxapisetup.py install"
     368    $SHELL -c "cd $VBOX_INSTALL_PATH/sdk/installer && $PYTHON vboxapisetup.py install \
     369        --record $CONFIG_DIR/python-$CONFIG_FILES"
     370    cat $CONFIG_DIR/python-$CONFIG_FILES >> $CONFIG_DIR/$CONFIG_FILES
     371    rm $CONFIG_DIR/python-$CONFIG_FILES
    369372    # remove files created during build
    370373    rm -rf $VBOX_INSTALL_PATH/sdk/installer/build
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