summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/update-tlpdb
blob: 13bf29021a2f2e54beabf9c6b7a576e616f04d24 (plain)
1
2
3
4
5
6
7
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