You are not logged in.
Pages: 1
After updating my Arch I see this file /etc/.updated . Does anyone know which package is creating it?
Last edited by jimenezrick (2014-07-31 07:07:26)
Offline
If a package owns, it, pacman knows:
pacman -Qo /etc/.updated
Last edited by graysky (2014-07-31 00:02:55)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
I already tried:
error: No package owns /etc/.updated
Offline
Check the creation date and see what were you doing at that time (pacman log).
Edit:
systemd-update-done.service updates the file modification time
(mtime) of the stamp files /etc/.updated and /var/.updated to the
modification time of the /usr directory, unless the stamp files are
already newer.
Last edited by karol (2014-07-31 00:17:35)
Offline
@karol, that is exactly what I was looking for, thanks!
Offline
Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309
Offline
Pages: 1