bundles/pacman: enable paccache.timer to clean up old package versions
This commit is contained in:
parent
5d7872042b
commit
77e152f8ce
1 changed files with 6 additions and 1 deletions
|
@ -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': {},
|
||||
|
|
Loading…
Reference in a new issue