VirtualBox

Changeset 35054 in vbox


Ignore:
Timestamp:
Dec 14, 2010 9:17:34 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68885
Message:

Installer/solaris: fix mime icon install location and database update

Location:
trunk/src/VBox/Installer/solaris
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/Makefile.kmk

    r35042 r35054  
    176176        $(SOLARIS_USRSHR_ICONS_DIR) \
    177177    $(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)
    179180
    180181VBOX_MIME_ICONS = \
     
    187188        $(foreach f,ova ovf vbox vbox-extpack, \
    188189            $(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))
    190191
    191192
  • trunk/src/VBox/Installer/solaris/makepackage.sh

    r34816 r35054  
    1919#
    2020# Usage:
    21 #       makespackage.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]
    2222
    2323
     
    139139
    140140# Include opt/VirtualBox and subdirectories as we want uninstall to clean up directory structure.
    141 # Inlcude var/svc for manifest class action script does not create them.
     141# Include var/svc for manifest class action script does not create them.
    142142find . -type d | $VBOX_GGREP -E 'opt/VirtualBox|var/svc/manifest/application/virtualbox' | pkgproto >> prototype
    143143
  • trunk/src/VBox/Installer/solaris/vboxconfig.sh

    r35022 r35054  
    799799            infoprint "Installing MIME types and icons"
    800800            if test "$REMOTEINST" -eq 0; then
    801                 update-mime-database -q 2>/dev/null
    802                 update-desktop-database -q 2>/dev/null
     801                /usr/bin/update-mime-database /usr/share/mime 2>/dev/null
     802                /usr/bin/update-desktop-database -q 2>/dev/null
    803803            else
    804804                subprint "Skipped for targetted installs."
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette