docker verbump, tier3 kbookmarks fix build

This commit is contained in:
Ertuğrul Erata
2015-07-25 12:23:30 +03:00
parent a5bc7275a9
commit 31da617443
4 changed files with 43 additions and 26 deletions
@@ -11,6 +11,7 @@ logfile = "/var/log/docker.log"
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
try:
os.system ("usr/sbin/groupadd -g %d %s" % (OUR_ID, OUR_NAME))
os.system ("usr/sbin/usermod -aG %d %s" % (OUR_ID, OUR_NAME))
os.system("/bin/touch %s" % logfile)
os.system("/bin/chown root:docker %s" % logfile)
os.system("chmod 0644 %s" % logfile)