delete patch

This commit is contained in:
Erkan IŞIK
2025-10-10 00:09:34 +03:00
parent 0b348b6d46
commit 4f64fa6f8e
3 changed files with 69 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/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 pythonmodules
from pisi.actionsapi import pisitools
def install():
pythonmodules.install()
pisitools.dodoc("README")