summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-08-20 20:37:19 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-08-20 20:40:58 (EDT)
commit64039b9614d1f095297ab323dfb4adffb7acc92d (patch)
tree0c04ce6b85d841b483b625a6bdb93ed6ca35297a
parent1362bf3a3f35ce014c4c7ab4637ef381d98b4394 (diff)
downloadpc-inst-64039b9614d1f095297ab323dfb4adffb7acc92d.zip
pc-inst-64039b9614d1f095297ab323dfb4adffb7acc92d.tar.gz
pc-inst-64039b9614d1f095297ab323dfb4adffb7acc92d.tar.bz2
alsvid3: Install texlive-extra-utils
-rw-r--r--hosts/alsvid3/postinst5
1 files changed, 5 insertions, 0 deletions
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