summaryrefslogtreecommitdiff
path: root/util/updates/update_1.22.sh
blob: 3fdbaea725367254346a27e63bcd0b89bee08f16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

# update_1.22.sql must be executed before this script

cd /www/vndb

# delete all relation graphs (just the files)
find static/rg -name '*.gif' -delete

# delete all relation graph image maps (entire directory)
rm -rf data/rg

# regenerate all relation graphs
util/multi.pl -c 'relgraph all'