Skip to main content
Topic: universe/archlinux-keyring (Read 623 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

universe/archlinux-keyring

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 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)

Re: universe/archlinux-keyring

Reply #1
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.

Re: universe/archlinux-keyring

Reply #2
>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

Re: universe/archlinux-keyring

Reply #3
It should be gone in archlinux-keyring-20220831-1.1

 

Re: universe/archlinux-keyring

Reply #4
thanks @h3xo, didnt notice these files in / since the last  update. deleted them  :)