VirtualBox

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


Ignore:
Timestamp:
Nov 16, 2011 9:52:15 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74888
Message:

Additions/linux/installer: clean up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/run-inst.sh

    r33034 r39323  
    136136    # Stop what we can in the way of services and remove them from the
    137137    # system
    138     for i in vboxvfs vboxadd-timesync vboxadd-service vboxadd; do
     138    for i in $UNINSTALL_SCRIPTS; do
    139139        stop_init_script "$i"
    140140        cleanup_init "$i" 1>&2 2>> "$LOGFILE"
     
    286286# $PACKAGE installation record.
    287287# Package installation directory
    288 INSTALL_DIR=$INSTALLATION_DIR
     288INSTALL_DIR='$INSTALLATION_DIR'
    289289# Package uninstaller.  If you repackage this software, please make sure
    290290# that this prints a message and returns an error so that the default
    291291# uninstaller does not attempt to delete the files installed by your
    292292# package.
    293 UNINSTALLER=$UNINSTALL
     293UNINSTALLER='$UNINSTALL'
    294294# Package version
    295 INSTALL_VER=$INSTALLATION_VER
     295INSTALL_VER='$INSTALLATION_VER'
    296296EOF
    297297
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