Artix Linux Forum

Artix Linux => Package management => Topic started by: h3xo on 09 September 2022, 22:40:21

Title: universe/archlinux-keyring
Post by: h3xo on 09 September 2022, 22:40:21
I noticed, that package universe/archlinux-keyring owns those files
Code: [Select]
pacman -Ql archlinux-keyring
archlinux-keyring /archlinux-keyring-wkd-sync.service
archlinux-keyring /archlinux-keyring-wkd-sync.timer
archlinux-keyring /timers.target.wants/
archlinux-keyring /timers.target.wants/archlinux-keyring-wkd-sync.timer
which are placed in / directory for no reason;
for comparison,  Arch Linux version of package (https://archlinux.org/packages/core/any/archlinux-keyring/) has those files in
Code: [Select]
usr/lib/systemd/system/archlinux-keyring-wkd-sync.service
usr/lib/systemd/system/archlinux-keyring-wkd-sync.timer
usr/lib/systemd/system/timers.target.wants/
usr/lib/systemd/system/timers.target.wants/archlinux-keyring-wkd-sync.timer
(absence of trailing slash on Arch's site is normal, hence pacman install all packages in RootDir from /etc/pacman.conf)
Title: Re: universe/archlinux-keyring
Post by: Dudemanguy on 09 September 2022, 22:47:59
Yeah that's been on my TODO list. It's probably better to just manually remove those from the package. it's not like we're going to actually use the systemd service/timer.
Title: Re: universe/archlinux-keyring
Post by: Lancia on 09 September 2022, 23:07:10
>It's probably better to just manually remove those from the package. it's not like we're going to actually use the systemd service/timer.
Yep can confirm, deleting them is completely safe and I did not encounter any issues
Title: Re: universe/archlinux-keyring
Post by: Dudemanguy on 09 September 2022, 23:36:47
It should be gone in archlinux-keyring-20220831-1.1
Title: Re: universe/archlinux-keyring
Post by: Dju on 10 September 2022, 00:31:25
thanks @h3xo, didnt notice these files in / since the last  update. deleted them  :)