bundles/pacman: enable paccache.timer to clean up old package versions

This commit is contained in:
Franzi 2022-02-13 08:55:26 +01:00
parent 5d7872042b
commit 77e152f8ce
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -9,7 +9,11 @@ files = {
},
}
# This is more targeted to GUI systems. This is intentional.
svc_systemd['paccache.timer'] = {
'needs': {
'pkg_pacman:pacman-contrib',
},
}
pkg_pacman = {
'at': {},
@ -48,6 +52,7 @@ pkg_pacman = {
'mtr': {},
'ncdu': {},
'nmap': {},
'pacman-contrib': {},
'patch': {},
'pkgconf': {},
'python': {},