From 34362890a8542b6ec89fec144de8714d043c6de4 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 4 Oct 2024 14:30:16 +0300 Subject: [PATCH] polkit rebuild --- system/base/polkit/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/base/polkit/actions.py b/system/base/polkit/actions.py index 2fd71a86..429044d5 100644 --- a/system/base/polkit/actions.py +++ b/system/base/polkit/actions.py @@ -37,6 +37,7 @@ def install(): shelltools.chown("%s/var/lib/polkit-1" % get.installDIR(),"polkitd","polkitd") shelltools.chown("%s/usr/share/polkit-1" % get.installDIR(),"polkitd","root") #yada? "polkitd","root" - # pisitools.removeDir("/tmp") + pisitools.removeDir("/usr/lib/systemd") + pisitools.removeDir("/usr/lib/sysusers.d") pisitools.dodoc("AUTHORS", "NEWS*", "README*", "HACKING*", "COPYING*")