Artix Linux Forum

Artix Linux => Package management => Topic started by: h3xo on 17 October 2022, 19:04:28

Title: Some unneeded systemd support/dependencies(?)
Post by: h3xo on 17 October 2022, 19:04:28
So I noticed, that packages
Code: [Select]
galaxy/redshift world/at-spi2-core galaxy/pacman-contrib galaxy/nvme-cli
own usr/lib/systemd which (I guess) shouldn't happen, since [galaxy] and [world] repos shouldn't have systemd support (?; it's my opinion, because systemd support is provided via [universe], which is optional).
Title: Re: Some unneeded systemd support/dependencies(?)
Post by: corysanin on 17 October 2022, 21:44:00
I remove packages' /usr/lib/systemd when I remember to. thunar, dolphin, and spectacle are three I maintain that I know I have to remove this directory for.
Title: Re: Some unneeded systemd support/dependencies(?)
Post by: Dudemanguy on 17 October 2022, 21:57:16
Yeah sometimes packages slip in some service files in there on us. I'll take a look at some of these.
Title: Re: Some unneeded systemd support/dependencies(?)
Post by: SGOrava on 17 October 2022, 22:37:29
Maybe users can take advantage of "NoExtract" option in pacman.conf to ignore files in this directory?

I would not set it as default, just optional for those who know what they are doing.