summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/update-tldb
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-06-16 16:22:16 +0000
committerNorbert Preining <preining@logic.at>2007-06-16 16:22:16 +0000
commitd4eefe7213116b2b11dbfa09d39b54d6470203ca (patch)
treed0fa75c399323763c095e1ac6d77ae6766ab88e5 /Master/tlpkg/bin/update-tldb
parentad7c8ab6419951c6e744c47c4be81bef897a18b3 (diff)
move new-infra to Master/tlpkg
rename stuff create list files tlsrc for all packages (also schemes) git-svn-id: svn://tug.org/texlive/trunk@4439 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/update-tldb')
-rw-r--r--Master/tlpkg/bin/update-tldb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/update-tldb b/Master/tlpkg/bin/update-tldb
new file mode 100644
index 00000000000..13bf29021a2
--- /dev/null
+++ b/Master/tlpkg/bin/update-tldb
@@ -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
+