You are not logged in.
In the virtualbox-ext-oracle package, a post install script calls the following:
VBoxManage extpack install "/usr/share/virtualbox/extensions/Oracle_VM_VirtualBox_Extension_Pack-${1%%-*}.vbox-extpack" >/dev/nullIn doing so, modifications outside of the package itself are commited to the filesystem. Is there a way to have VBoxManage redirect the output of that command to the $pkgdir/right/path thus keeping these files owned by the package?
Offline