This commit is contained in:
poyraz76
2016-08-17 16:18:02 +03:00
parent 65fa6c5f96
commit 124ac61568
3 changed files with 64 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/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 pisitools
WorkDir = "."
def install():
pisitools.insinto("/", "./usr")
pisitools.insinto("/", "./etc")