diff options
Diffstat (limited to 'hosts/alsvid3')
-rw-r--r-- | hosts/alsvid3/postinst | 5 |
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 |