www-apps/mod_survey: remove unused files
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Tue, 14 Feb 2017 19:08:54 +0000 (20:08 +0100)
committerDavid Seifert <soap@gentoo.org>
Tue, 14 Feb 2017 21:39:26 +0000 (22:39 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3969

www-apps/mod_survey/files/language-list.txt [deleted file]
www-apps/mod_survey/files/postinstall-en.txt [deleted file]
www-apps/mod_survey/files/reconfig [deleted file]

diff --git a/www-apps/mod_survey/files/language-list.txt b/www-apps/mod_survey/files/language-list.txt
deleted file mode 100644 (file)
index d81291d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-en
-de
-fr
-it
-sw
diff --git a/www-apps/mod_survey/files/postinstall-en.txt b/www-apps/mod_survey/files/postinstall-en.txt
deleted file mode 100644 (file)
index 5fbe29c..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-0. Copy ${VHOST_ROOT}/${PN}/survey.conf to your Apache modules directory.
-
-1. Restart Apache and test your installation:
- http://${VHOST_HOSTNAME}/mod_survey
diff --git a/www-apps/mod_survey/files/reconfig b/www-apps/mod_survey/files/reconfig
deleted file mode 100644 (file)
index 15be772..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-die() {
-       echo "#####"
-       echo $1
-       echo "#####"
-       exit 1
-}
-
-if [ $1 = "install" ]; then
-       sed -e "s|/usr/lib/mod_survey/webroot/|${MY_INSTALLDIR}/|g
-                       s|\"/mod_survey/\"|\"${VHOST_APPDIR}/\"|
-                       s|Alias|#Alias|" -i ${VHOST_ROOT}/${PN}/survey.conf || die
-
-elif [ $1 = "clean" ]; then
-       echo $1
-fi