texlive[73357] Master/tlpkg/libexec/ctan2tds: libertinus-type1

commits+karl at tug.org commits+karl at tug.org
Wed Jan 8 00:42:26 CET 2025


Revision: 73357
          https://tug.org/svn/texlive?view=revision&revision=73357
Author:   karl
Date:     2025-01-08 00:42:26 +0100 (Wed, 08 Jan 2025)
Log Message:
-----------
libertinus-type1 (8jan25)

Modified Paths:
--------------
    trunk/Master/tlpkg/libexec/ctan2tds

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2025-01-07 21:07:24 UTC (rev 73356)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2025-01-07 23:42:26 UTC (rev 73357)
@@ -1816,6 +1816,7 @@
  'latexindent'		=> '&POSTlatexindent',
  'lettrine'		=> '&POST_onelevel',
  'lhcyr'		=> '&POSTlhcyr',
+ 'libertinus-type1'	=> '&POSTlibertinus_type1',
  'light-latex-make'	=> '&tl_man_to_pdf',
  'lilyglyphs'		=> '&POSTlilyglyphs',
  'listbib'		=> '&POSTlistbib',
@@ -7545,6 +7546,11 @@
   }
 }
 
+sub POSTlibertinus_type1 {
+  print "POST$package - clean spurious empty .sty\n";  
+  &SYSTEM ("$RM $DEST/tex/latex/libertinus-type1.sty");
+}
+
 sub POSTlilyglyphs {
   print "POST$package - move directories around\n";  
   &rename_with_mkdir ("fonts", "$DEST/fonts/opentype/public/$package");



More information about the tex-live-commits mailing list.