From 292a17e4c3c625f05046cee96f43f946a8f7b6fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 27 Sep 2023 06:47:59 +0200 Subject: Replace list of tex packages with texlive group. --- manifests/tex.pp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/manifests/tex.pp b/manifests/tex.pp index 310ba53..0b314ed 100644 --- a/manifests/tex.pp +++ b/manifests/tex.pp @@ -3,12 +3,7 @@ # Package list is currently Archlinux specific. class profiles::tex { ensure_packages([ - 'texlive-basic', - 'texlive-binextra', - 'texlive-fontsextra', - 'texlive-fontsrecommmended', - 'texlive-latexextra', - 'texlive-pictures', + 'texlive', # Can be limited to texlive-langenglish and texlive-langeuropean 'texlive-lang', -- cgit v1.2.3