This commit is contained in:
4fury-c3440d8
2020-09-11 12:33:48 +03:00
parent 2cb823a399
commit 1a492bc3b8
5 changed files with 17 additions and 10 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pisitools
@@ -14,5 +14,5 @@ def install():
pisitools.dobin("inxi")
pisitools.doman("inxi.1")
pisitools.dodoc("inxi.changelog")
pisitools.dosym("/usr/bin/inxi", "/usr/share/kde4/apps/konversation/scripts/inxi")