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 = {
|
pkg_pacman = {
|
||||||
'at': {},
|
'at': {},
|
||||||
|
@ -48,6 +52,7 @@ pkg_pacman = {
|
||||||
'mtr': {},
|
'mtr': {},
|
||||||
'ncdu': {},
|
'ncdu': {},
|
||||||
'nmap': {},
|
'nmap': {},
|
||||||
|
'pacman-contrib': {},
|
||||||
'patch': {},
|
'patch': {},
|
||||||
'pkgconf': {},
|
'pkgconf': {},
|
||||||
'python': {},
|
'python': {},
|
||||||
|
|
Loading…
Add table
Reference in a new issue