VirtualBox

Changeset 44866 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
Feb 28, 2013 12:52:46 PM (12 years ago)
Author:
vboxsync
Message:

.deb fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/debian/postinst.in

    r44528 r44866  
    7070    chmod 4511 /usr/lib/virtualbox/VBoxNetAdpCtl
    7171  fi
    72   if ! dpkg-statoverride --list /usr/lib/virtualbox/VBoxVolInfo > /dev/null 2>&1; then
    73     chmod 4511 /usr/lib/virtualbox/VBoxVolInfo
     72  if [ -x /usr/lib/virtualbox/VBoxVolInfo ]; then
     73    if ! dpkg-statoverride --list /usr/lib/virtualbox/VBoxVolInfo > /dev/null 2>&1; then
     74      chmod 4511 /usr/lib/virtualbox/VBoxVolInfo
     75    fi
    7476  fi
    7577
Note: See TracChangeset for help on using the changeset viewer.

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