Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the way Perl modules are installed, update the default Perl to 5.18. | mat | 2014-11-26 |
#!/bin/sh prefix=/usr/local if [ "$2" = "POST-INSTALL" ]; then ${prefix}/bin/mktexlsr echo "Installation done." echo "Refresh the map files and default hyphenations by running:" echo "updmap-sys and fmtutil-sys" echo "--> ${prefix}/bin/updmap-sys; ${prefix}/bin/fmtutil-sys --byfmt latex; ${prefix}/bin/fmtutil-sys --byfmt pdflatex" fi; ml'/>