VirtualBox

Changeset 79909 in vbox for trunk/src/VBox/Installer/solaris


Ignore:
Timestamp:
Jul 21, 2019 2:33:06 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132317
Message:

Installer/solaris/makepackage.sh: Don't exclude debian_postinstall.sh and redhat_postinstall.sh just because we want to avoid the solaris installer's postinstall.sh script. Hope the list of files in this grep statement is accurate...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/makepackage.sh

    r76972 r79909  
    133133# Exclude directories to not cause install-time conflicts with existing system directories
    134134cd "$PKG_BASE_DIR"
    135 find . ! -type d | $VBOX_GGREP -v -E 'prototype|makepackage.sh|vbox.pkginfo|postinstall.sh|checkinstall.sh|preremove.sh|ReadMe.txt|vbox.space|vbox.depend|vbox.copyright|VirtualBoxKern' | pkgproto >> prototype
     135find . ! -type d | $VBOX_GGREP -v -wE 'prototype|makepackage.sh|vbox.pkginfo|postinstall.sh|checkinstall.sh|preremove.sh|ReadMe.txt|vbox.space|vbox.depend|vbox.copyright|VirtualBoxKern' | pkgproto >> prototype
    136136
    137137# Include opt/VirtualBox and subdirectories as we want uninstall to clean up directory structure.
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