moved into main repo for pisi 2.0

This commit is contained in:
ayhanyalcinsoy
2015-06-19 13:38:15 +03:00
parent 217df81789
commit bb427dacc5
67 changed files with 3240 additions and 0 deletions
@@ -0,0 +1,9 @@
#!/usr/bin/python
import os
PULSE_DIR="/var/lib/pulse"
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("/bin/chown pulse:pulse %s" % PULSE_DIR)
os.chmod(PULSE_DIR, 0700)