summaryrefslogtreecommitdiffstats
path: root/scripts/pki-build.sh
blob: b3c21f11f7acfd456badcc33f92f516fadfab0bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh -x

./console-uninstall.sh
./ra-uninstall.sh
./tps-uninstall.sh
./core-uninstall.sh
./theme-uninstall.sh

./theme-build.sh
./theme-install.sh

./core-build.sh
./core-install.sh

./tps-build.sh
./tps-install.sh

./ra-build.sh
./ra-install.sh

./console-build.sh
./console-install.sh