core updated.

This commit is contained in:
Ertuğrul Erata
2015-05-17 16:28:10 +03:00
parent 14d58aa1d0
commit 8e13c775be
558 changed files with 543408 additions and 27657 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def install():
pisitools.dosed("bin/adduser.py", "plugdev", "removable")
shelltools.system("./setup.py install %s" % get.installDIR())
# in new tarball remove
shelltools.chmod(get.installDIR() + "/sbin/mudur_cgroupfs.py" , 0755)
pisitools.dodir("/etc/mudur/services/enabled")
pisitools.dodir("/etc/mudur/services/disabled")
pisitools.dodir("/etc/mudur/services/conditional")