post_install() {
echo ''
echo '[*] You can now run the texlive installer by running'
echo ''
echo '      termux-install-tl'
echo ''
echo '    It forwards extra arguments to the install-tl script.'
echo ''
echo '    NOTE: texlive-2026 is installed into $PREFIX/share/texlive/2026'
echo '          If you have an old version installed you can rm -rf $PREFIX/share/texlive/202X to'
echo '          delete (most of) old version and free up space.'
}
