Changeset 36792 in vbox for trunk/src/VBox/Additions/solaris/Installer
- Timestamp:
- Apr 21, 2011 2:40:16 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71347
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r36790 r36792 31 31 return 1 32 32 fi 33 33 34 34 # Remove compressed path from the pkg 35 35 /usr/sbin/removef $PKGINST "$1/$2.Z" 1>/dev/null 36 36 37 37 # Add uncompressed path to the pkg 38 38 /usr/sbin/installf -c none $PKGINST "$1/$2" f
Note:
See TracChangeset
for help on using the changeset viewer.