2020-05-01 16:57:17 +02:00
|
|
|
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-mathscience"
|
|
|
|
TERMUX_SUBPKG_DEPENDS="texlive-langgreek"
|
2020-05-01 23:27:41 +02:00
|
|
|
TERMUX_SUBPKG_INCLUDE=$($TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py collection-mathscience $TERMUX_PKG_TMPDIR/texlive.tlpdb)
|
2020-05-01 16:57:17 +02:00
|
|
|
TERMUX_SUBPKG_CONFLICTS="texlive-bin (<< 20190410), texlive (<= 20190410-2)"
|
|
|
|
|
|
|
|
termux_step_create_subpkg_debscripts() {
|
|
|
|
echo "#!$TERMUX_PREFIX/bin/sh" > postinst
|
|
|
|
echo mktexlsr >> postinst
|
|
|
|
}
|