termux-packages/packages/texlive/texlive-libertine.subpackag...

7 lines
276 B
Bash
Raw Normal View History

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