Changeset 84968 in vbox for trunk/debian/postinst
- Timestamp:
- Jun 26, 2020 11:51:54 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138846
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/postinst
r82441 r84968 6 6 7 7 # 8 # Copyright (C) 2006-20 19Oracle Corporation8 # Copyright (C) 2006-2020 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 69 69 chmod 4511 /usr/lib/virtualbox/VBoxHeadless 70 70 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 73 75 fi 74 76 if ! dpkg-statoverride --list /usr/lib/virtualbox/VBoxNetDHCP > /dev/null 2>&1; then
Note:
See TracChangeset
for help on using the changeset viewer.