add icecast

This commit is contained in:
groni
2016-02-08 14:01:05 +01:00
parent 92d800845d
commit 69c86dc671
12 changed files with 333 additions and 2 deletions
@@ -0,0 +1,8 @@
#!/usr/bin/python
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("/bin/chown -R icecast:icecast /var/log/icecast")
os.system("/bin/chown -R icecast:icecast /etc/icecast")
os.system("/bin/chown -R icecast:icecast /run/icecast")