From 3c763820ed48f2189524c5c8c4f6f8107b2145e9 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 13 Feb 2022 09:23:30 +0100 Subject: [PATCH] bundles/pacman: ensure we have man --- bundles/pacman/items.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/pacman/items.py b/bundles/pacman/items.py index 3604774..9bc9833 100644 --- a/bundles/pacman/items.py +++ b/bundles/pacman/items.py @@ -48,6 +48,8 @@ pkg_pacman = { 'm4': {}, 'mailutils': {}, 'make': {}, + 'man-db': {}, + 'man-pages': {}, 'moreutils': {}, 'mtr': {}, 'ncdu': {},