summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-27 06:47:59 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-27 06:47:59 +0200
commit292a17e4c3c625f05046cee96f43f946a8f7b6fe (patch)
tree0c935a9b79cb6d934f6628f365d970e155fae2da
parents/after/require/g (diff)
downloadprofiles-292a17e4c3c625f05046cee96f43f946a8f7b6fe.tar.gz
profiles-292a17e4c3c625f05046cee96f43f946a8f7b6fe.tar.xz
Replace list of tex packages with texlive group.
-rw-r--r--manifests/tex.pp7
1 files changed, 1 insertions, 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',