From 34418674e64558e81ea64600daa15d6eb91d4fb9 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 30 Jun 2019 18:35:47 +0300 Subject: [PATCH] grub2-editor:ver.bump --- desktop/kde/admin/grub2-editor/actions.py | 63 +++++++++++++++-------- 1 file changed, 42 insertions(+), 21 deletions(-) diff --git a/desktop/kde/admin/grub2-editor/actions.py b/desktop/kde/admin/grub2-editor/actions.py index 01cd6b0050..1d9cd51187 100644 --- a/desktop/kde/admin/grub2-editor/actions.py +++ b/desktop/kde/admin/grub2-editor/actions.py @@ -1,21 +1,42 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/copyleft/gpl.txt - -from pisi.actionsapi import kde5 -from pisi.actionsapi import pisitools - - -def setup(): - kde5.configure() - -def build(): - kde5.make() - -def install(): - kde5.install() - - - pisitools.dodoc("ChangeLog", "COPYING", "README") - +#!/usr/bin/python + +# -*- coding: utf-8 -*- + +# Licensed under the GNU General Public License, version 3. + +# See the file http://www.gnu.org/copyleft/gpl.txt + + + +from pisi.actionsapi import kde5 + +from pisi.actionsapi import pisitools + + + + + +def setup(): + + kde5.configure() + + + +def build(): + + kde5.make() + + + +def install(): + + kde5.install() + + + + + + pisitools.dodoc("ChangeLog", "COPYING", "README*") + + +