Changeset 35054 in vbox
- Timestamp:
- Dec 14, 2010 9:17:34 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68885
- Location:
- trunk/src/VBox/Installer/solaris
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r35042 r35054 176 176 $(SOLARIS_USRSHR_ICONS_DIR) \ 177 177 $(foreach s,16 20 24 32 48 64 72 96 128 256,\ 178 $(SOLARIS_USRSHR_ICONS_DIR)/$(s)x$(s)) 178 $(SOLARIS_USRSHR_ICONS_DIR)/$(s)x$(s) \ 179 $(SOLARIS_USRSHR_ICONS_DIR)/$(s)x$(s)/mimetypes) 179 180 180 181 VBOX_MIME_ICONS = \ … … 187 188 $(foreach f,ova ovf vbox vbox-extpack, \ 188 189 $(foreach s,16 20 24 32 48 64 72 96 128 256,\ 189 $(s)x$(s)/ virtualbox-$(f).png))190 $(s)x$(s)/mimetypes/virtualbox-$(f).png)) 190 191 191 192 -
trunk/src/VBox/Installer/solaris/makepackage.sh
r34816 r35054 19 19 # 20 20 # Usage: 21 # make spackage.sh [--hardened] $(PATH_TARGET)/install packagename {$(KBUILD_TARGET_ARCH)|neutral} $(VBOX_SVN_REV) [VBIPackageName]21 # makepackage.sh [--hardened] $(PATH_TARGET)/install packagename {$(KBUILD_TARGET_ARCH)|neutral} $(VBOX_SVN_REV) [VBIPackageName] 22 22 23 23 … … 139 139 140 140 # Include opt/VirtualBox and subdirectories as we want uninstall to clean up directory structure. 141 # In lcude var/svc for manifest class action script does not create them.141 # Include var/svc for manifest class action script does not create them. 142 142 find . -type d | $VBOX_GGREP -E 'opt/VirtualBox|var/svc/manifest/application/virtualbox' | pkgproto >> prototype 143 143 -
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r35022 r35054 799 799 infoprint "Installing MIME types and icons" 800 800 if test "$REMOTEINST" -eq 0; then 801 update-mime-database -q2>/dev/null802 update-desktop-database -q 2>/dev/null801 /usr/bin/update-mime-database /usr/share/mime 2>/dev/null 802 /usr/bin/update-desktop-database -q 2>/dev/null 803 803 else 804 804 subprint "Skipped for targetted installs."
Note:
See TracChangeset
for help on using the changeset viewer.