Changeset 39323 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Nov 16, 2011 9:52:15 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74888
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/run-inst.sh
r33034 r39323 136 136 # Stop what we can in the way of services and remove them from the 137 137 # system 138 for i in vboxvfs vboxadd-timesync vboxadd-service vboxadd; do138 for i in $UNINSTALL_SCRIPTS; do 139 139 stop_init_script "$i" 140 140 cleanup_init "$i" 1>&2 2>> "$LOGFILE" … … 286 286 # $PACKAGE installation record. 287 287 # Package installation directory 288 INSTALL_DIR= $INSTALLATION_DIR288 INSTALL_DIR='$INSTALLATION_DIR' 289 289 # Package uninstaller. If you repackage this software, please make sure 290 290 # that this prints a message and returns an error so that the default 291 291 # uninstaller does not attempt to delete the files installed by your 292 292 # package. 293 UNINSTALLER= $UNINSTALL293 UNINSTALLER='$UNINSTALL' 294 294 # Package version 295 INSTALL_VER= $INSTALLATION_VER295 INSTALL_VER='$INSTALLATION_VER' 296 296 EOF 297 297
Note:
See TracChangeset
for help on using the changeset viewer.