summaryrefslogtreecommitdiffstats
path: root/tools/templates/core_pkg/default-config-vmware/metadir/+INSTALL
blob: 11c69cd70cd61d2728a2867732876d631d542055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

if [ "${2}" != "POST-INSTALL" ]; then
	exit 0
fi

if [ ! -f /cf/conf/config.xml ]; then
	cp /conf.default/config.xml /cf/conf/config.xml
fi

if [ ! -L /conf ]; then
	ln -sf /cf/conf /conf
fi

exit 0
OpenPOWER on IntegriCloud