diff options
Diffstat (limited to 'Master/tlpkg/bin/update-tlpdb')
-rwxr-xr-x | Master/tlpkg/bin/update-tlpdb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/update-tlpdb b/Master/tlpkg/bin/update-tlpdb new file mode 100755 index 00000000000..13bf29021a2 --- /dev/null +++ b/Master/tlpkg/bin/update-tlpdb @@ -0,0 +1,8 @@ +#!/bin/sh +# Norbert Preining +# these scripts are in Master/tlpkg/bin +cd $(dirname $0)/../.. +perl tlpkg/bin/tlsrc2tldb.pl tlpkg/tlsrc/*.tlsrc > texlive.tldb.new +mv texlive.tldb texlive.tldb.saved +mv texlive.tldb.new texlive.tldb + |