grub2-editor:ver.bump

This commit is contained in:
Rmys
2019-06-30 18:35:47 +03:00
parent 45572f482f
commit 34418674e6
+42 -21
View File
@@ -1,21 +1,42 @@
#!/usr/bin/python #!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3. # -*- coding: utf-8 -*-
# See the file http://www.gnu.org/copyleft/gpl.txt
# Licensed under the GNU General Public License, version 3.
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools # See the file http://www.gnu.org/copyleft/gpl.txt
def setup():
kde5.configure() from pisi.actionsapi import kde5
def build(): from pisi.actionsapi import pisitools
kde5.make()
def install():
kde5.install()
def setup():
pisitools.dodoc("ChangeLog", "COPYING", "README")
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("ChangeLog", "COPYING", "README*")