X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/aa605e89016d0302d73c8632fadf374e4532b8d7..c3a2c2c7645f43258d7597afb26168067be8ad40:/packages/texlive/build.sh diff --git a/packages/texlive/build.sh b/packages/texlive/build.sh index 7f2f472b..f42bbe94 100644 --- a/packages/texlive/build.sh +++ b/packages/texlive/build.sh @@ -61,7 +61,9 @@ termux_step_create_debscripts () { echo "rm -rf $TERMUX_PREFIX/etc/profile.d/texlive.sh" >> preinst echo "rm -rf $TERMUX_PREFIX/opt/texlive/2016" >> preinst # Let's not delete the previous texmf-dist so that people who have installed a full distribution won't need to download everything again + echo "shopt -s extglob" >> preinst # !(texmf-dist) is an extended glob which is turned off in scripts echo "rm -rf $TERMUX_PREFIX/opt/texlive/2017/!(texmf-dist)" >> preinst + echo "shopt -u extglob" >> preinst # disable extglob again just in case echo "exit 0" >> preinst chmod 0755 preinst