summaryrefslogtreecommitdiffstats
path: root/tools/templates/core_pkg/default-config-vmware/metadir/+INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'tools/templates/core_pkg/default-config-vmware/metadir/+INSTALL')
-rw-r--r--tools/templates/core_pkg/default-config-vmware/metadir/+INSTALL19
1 files changed, 0 insertions, 19 deletions
diff --git a/tools/templates/core_pkg/default-config-vmware/metadir/+INSTALL b/tools/templates/core_pkg/default-config-vmware/metadir/+INSTALL
deleted file mode 100644
index 56a4548..0000000
--- a/tools/templates/core_pkg/default-config-vmware/metadir/+INSTALL
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/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
-
-if [ ! -d /cf/conf/backup ]; then
- mkdir /cf/conf/backup
-fi
-
-exit 0
OpenPOWER on IntegriCloud