Changeset 44866 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Feb 28, 2013 12:52:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/postinst.in
r44528 r44866 70 70 chmod 4511 /usr/lib/virtualbox/VBoxNetAdpCtl 71 71 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 74 76 fi 75 77
Note:
See TracChangeset
for help on using the changeset viewer.