nginx: new package

This commit is contained in:
suvari
2019-07-25 20:05:24 +03:00
parent 672ecbe8af
commit 5313d98f6a
19 changed files with 6566 additions and 5406 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("/bin/chown -R nginx:nginx /var/lib/nginx")
os.system("/bin/chown -R nginx:nginx /var/log/nginx")