Changeset 20956 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Jun 25, 2009 7:44:22 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49140
- Location:
- trunk/src/VBox/Installer/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/postinstall.sh
r20661 r20956 126 126 cd /opt/VirtualBox/sdk/installer 127 127 $PYTHONBIN ./vboxapisetup.py install > /dev/null 128 129 # remove files installed by Python build 130 rm -rf /opt/VirtualBox/sdk/installer/build 128 131 else 129 132 echo "** WARNING! Python not found, skipped installed Python bindings." -
trunk/src/VBox/Installer/solaris/preremove.sh
r20955 r20956 68 68 rm -f /dev/vboxusbmon 69 69 fi 70 71 # remove files installed by Python build72 rm -rf /opt/VirtualBox/sdk/installer/build73 70 fi 74 71
Note:
See TracChangeset
for help on using the changeset viewer.