VirtualBox

Changeset 60114 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
Mar 21, 2016 11:19:06 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106118
Message:

Installer/linux: append the symlinks to the list of files to be removed during uninstall

File:
1 edited

Legend:

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

    r60113 r60114  
    330330    if [ -d "$INSTALLATION_DIR/legacy" ]; then
    331331        if ! /sbin/ldconfig -p | grep -q "\<libxcb\.so\>"; then
    332             ln -s $INSTALLATION_DIR/legacy/* $INSTALLATION_DIR/
     332            for f in `ls -1 $INSTALLATION_DIR/legacy/`; do
     333                ln -s $INSTALLATION_DIR/legacy/$f $INSTALLATION_DIR/$f
     334                echo $INSTALLATION_DIR/$f >> $CONFIG_DIR/$CONFIG_FILES
     335            done
    333336        fi
    334337    fi
Note: See TracChangeset for help on using the changeset viewer.

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