X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/cf5759092c699db701b60ecba05e50f6da836877..104ad0229f2cbf68c1d2ff9c69bff1d8fd291b46:/packages/texlive/build.sh?ds=inline 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