summaryrefslogtreecommitdiff
path: root/sysutils/ganglia-webfrontend/files/pkg-install.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ganglia-webfrontend/files/pkg-install.in')
-rw-r--r--sysutils/ganglia-webfrontend/files/pkg-install.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/sysutils/ganglia-webfrontend/files/pkg-install.in b/sysutils/ganglia-webfrontend/files/pkg-install.in
deleted file mode 100644
index aa3cbfad9526..000000000000
--- a/sysutils/ganglia-webfrontend/files/pkg-install.in
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-case $2 in
-POST-INSTALL)
- if [ ! -f %%PREFIX%%/%%WEBFRONTDIR%%/conf.php ]; then
- cp %%PREFIX%%/%%WEBFRONTDIR%%/conf.php.sample \
- %%PREFIX%%/%%WEBFRONTDIR%%/conf.php
- fi
- ;;
-esac