From 64039b9614d1f095297ab323dfb4adffb7acc92d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 20 Aug 2021 20:37:19 -0400 Subject: alsvid3: Install texlive-extra-utils --- diff --git a/hosts/alsvid3/postinst b/hosts/alsvid3/postinst index cb5fcaa..6f8c74e 100644 --- a/hosts/alsvid3/postinst +++ b/hosts/alsvid3/postinst @@ -43,6 +43,11 @@ in_target update-rc.d mpd disable in_target apt-get -q -y --no-install-recommends install diffoscope \ jsbeautifier trydiffoscope +# Install texlive-extra-utils (lots of recommended packages) for pdfjam. +# texlive-latex-recommended provides pdfpages, which pdfjam requires. +in_target apt-get -q -y --no-install-recommends install texlive-extra-utils \ + texlive-latex-recommended + # Set default x-www-browser. in_target update-alternatives --set x-www-browser /usr/bin/midori -- cgit v0.9.1