From 77e152f8cee78457fbafc4a935e33980e1b24749 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 13 Feb 2022 08:55:26 +0100 Subject: [PATCH] bundles/pacman: enable paccache.timer to clean up old package versions --- bundles/pacman/items.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bundles/pacman/items.py b/bundles/pacman/items.py index 36f7482..3604774 100644 --- a/bundles/pacman/items.py +++ b/bundles/pacman/items.py @@ -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': {},