diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-02-14 20:08:54 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-14 22:39:26 +0100 |
commit | 3a1672116c58eabe94997fc0abeeeb05f83cc6a5 (patch) | |
tree | 0eecb3c7bf6520a5db9382752deab159e7aae99d /www-apps | |
parent | www-apache/passenger: remove unused patches (diff) | |
download | gentoo-3a1672116c58eabe94997fc0abeeeb05f83cc6a5.tar.gz gentoo-3a1672116c58eabe94997fc0abeeeb05f83cc6a5.tar.bz2 gentoo-3a1672116c58eabe94997fc0abeeeb05f83cc6a5.zip |
www-apps/mod_survey: remove unused files
Closes: https://github.com/gentoo/gentoo/pull/3969
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/mod_survey/files/language-list.txt | 5 | ||||
-rw-r--r-- | www-apps/mod_survey/files/postinstall-en.txt | 4 | ||||
-rw-r--r-- | www-apps/mod_survey/files/reconfig | 17 |
3 files changed, 0 insertions, 26 deletions
diff --git a/www-apps/mod_survey/files/language-list.txt b/www-apps/mod_survey/files/language-list.txt deleted file mode 100644 index d81291db4473..000000000000 --- a/www-apps/mod_survey/files/language-list.txt +++ /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 index 5fbe29c5a59c..000000000000 --- a/www-apps/mod_survey/files/postinstall-en.txt +++ /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 index 15be772473f0..000000000000 --- a/www-apps/mod_survey/files/reconfig +++ /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 |