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

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

./repo-remove.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