termux-packages/packages/texlive/texlive-paratype.subpackage.sh

7 lines
274 B
Bash

TERMUX_SUBPKG_DESCRIPTION="Texlive's paratype package"
TERMUX_SUBPKG_INCLUDE=$($TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py paratype $TERMUX_PKG_TMPDIR/texlive.tlpdb)
termux_step_create_subpkg_debscripts() {
echo "#lsTERMUX_PREFIX/bin/sh" > postinst
echo mktexlsr >> postinst
}