summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/update-tlpdb
blob: 90a1b0a1bef8af3ef9731b6e849e035b2a8628fa (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/tlpsrc2tlpdb.pl tlpkg/tlpsrc/*.tlpsrc > texlive.tlpdb.new
mv texlive.tlpdb texlive.tlpdb.saved
mv texlive.tlpdb.new texlive.tlpdb