From 5e355bd0e2f4c3b4d7d181ad559216031bc6321f Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 22 Aug 2023 14:33:32 +0300 Subject: [PATCH] xfce4-terminal --- desktop/xfce/base/xfce4-terminal/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/xfce/base/xfce4-terminal/actions.py b/desktop/xfce/base/xfce4-terminal/actions.py index a117136462..7fd76cf0f1 100644 --- a/desktop/xfce/base/xfce4-terminal/actions.py +++ b/desktop/xfce/base/xfce4-terminal/actions.py @@ -20,7 +20,7 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.removeDir("/usr/share/gnome-control-center") + #pisitools.removeDir("/usr/share/gnome-control-center") pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*", "THANKS")