grub2-editor:ver.bump

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