Remove paccache.timer (pacman-contrib provides it)

This commit is contained in:
ItsDrike 2023-02-02 13:38:33 +01:00
parent 245b75837e
commit bec052f159
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -1,15 +0,0 @@
# Clean pacman cache of old and uninstalled packages every month
# This needs to be started by running `systemctl start paccache.timer`
# Usage requires `pacman-contrib` package to be installed
[Unit]
Description=Clean-up old pacman pkg
After=network-online.target
[Timer]
OnCalendar=weekly
AccuracySec=1h
Persistent=true
[Install]
WantedBy=timers.target