Changeset 36792 in vbox for trunk/src/VBox/Additions/solaris
- Timestamp:
- Apr 21, 2011 2:40:16 PM (14 years ago)
- Location:
- trunk/src/VBox/Additions/solaris
- Files:
-
- 2 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 -
trunk/src/VBox/Additions/solaris/Makefile.kmk
r36764 r36792 178 178 179 179 SOLARIS_ADD_XORG_DRIVERS = \ 180 vboxmouse_drv_13.so \ 180 181 vboxmouse_drv_14.so \ 181 182 vboxmouse_drv_15.so \
Note:
See TracChangeset
for help on using the changeset viewer.