summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/update-tlpdb
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/update-tlpdb')
-rwxr-xr-xMaster/tlpkg/bin/update-tlpdb8
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
+