This commit is contained in:
Ertuğrul Erata
2015-08-12 13:08:17 +03:00
parent 46bde02467
commit 74979ba42d
21 changed files with 0 additions and 1004 deletions
@@ -1,13 +0,0 @@
#/usr/bin/python
# -*- coding: utf-8 -*-
import os
files = ("VBoxHeadless", "VBoxNetAdpCtl", "VBoxNetDHCP", "VBoxSDL", "VirtualBox")
vboxgroup = "vboxusers"
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
for _file in files:
f = "/usr/lib/virtualbox/%s" % _file
os.system("/bin/chown :%s %s" % (vboxgroup, f))
os.chmod(f, 04510)