VirtualBox

Changeset 84968 in vbox for trunk/debian/postinst


Ignore:
Timestamp:
Jun 26, 2020 11:51:54 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138846
Message:

Installer/linux: Bring DEB build/package to same functionality as the recent changes for RPM (needing WINE less often, due to not building the CHM docs). Additionally a very crude (manually specified package deps are still present) way of suppressing the build of VBoxSDL, as another measure to make the functionality as identical as possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/postinst

    r82441 r84968  
    66
    77#
    8 # Copyright (C) 2006-2019 Oracle Corporation
     8# Copyright (C) 2006-2020 Oracle Corporation
    99#
    1010# This file is part of VirtualBox Open Source Edition (OSE), as
     
    6969    chmod 4511 /usr/lib/virtualbox/VBoxHeadless
    7070  fi
    71   if ! dpkg-statoverride --list /usr/lib/virtualbox/VBoxSDL > /dev/null 2>&1; then
    72     chmod 4511 /usr/lib/virtualbox/VBoxSDL
     71  if [ -x /usr/lib/virtualbox/VBoxSDL ]; then
     72    if ! dpkg-statoverride --list /usr/lib/virtualbox/VBoxSDL > /dev/null 2>&1; then
     73      chmod 4511 /usr/lib/virtualbox/VBoxSDL
     74    fi
    7375  fi
    7476  if ! dpkg-statoverride --list /usr/lib/virtualbox/VBoxNetDHCP > /dev/null 2>&1; then
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