summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/metadot/files/reconfig-6.1.6')
-rw-r--r--www-apps/metadot/files/reconfig-6.1.65
1 files changed, 0 insertions, 5 deletions
diff --git a/www-apps/metadot/files/reconfig-6.1.6 b/www-apps/metadot/files/reconfig-6.1.6
deleted file mode 100644
index c70721fcbe27..000000000000
--- a/www-apps/metadot/files/reconfig-6.1.6
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-if [ $1 = "start" -o $1 = "install" ]; then
- sed -e "s|skin_template_dir = /home/metadot/metadot/sitedata/skins|skin_template_dir = ${MY_INSTALLDIR}/sitedata/skins|
- s|public_uploads_dir = /home/metadot/metadot/sitedata/public|public_uploads_dir = ${MY_INSTALLDIR}/sitedata/public|" -i ${MY_INSTALLDIR}/etc/metadot.conf
-fi