summaryrefslogtreecommitdiff
path: root/pcr/hiawatha/hiawatha.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-29 01:39:06 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-29 01:39:06 -0500
commit0220842121c5fa8ffac398aa03ae2dd0600f3414 (patch)
treee60f7464d7b9b0d60acb4394648b8fc3b3a347a6 /pcr/hiawatha/hiawatha.install
parentdae971ac95e073d00717b164371b0f2658e43ec4 (diff)
Removing packages. This packages are in community repo
Diffstat (limited to 'pcr/hiawatha/hiawatha.install')
-rw-r--r--pcr/hiawatha/hiawatha.install37
1 files changed, 0 insertions, 37 deletions
diff --git a/pcr/hiawatha/hiawatha.install b/pcr/hiawatha/hiawatha.install
deleted file mode 100644
index 0ea96ec65..000000000
--- a/pcr/hiawatha/hiawatha.install
+++ /dev/null
@@ -1,37 +0,0 @@
-pre_install() {
- /bin/cat <<THEENDPOSTINSTALL
-NOTE
-----
-If you are new to Hiawatha, please refer to http://www.hiawatha-webserver.org/howto
-
-!!!!! This PKGBUILD compiles against the system's PolarSSL library. You will need to install PolarSSL from the AUR.!!!!
-
-THEENDPOSTINSTALL
-}
-
-pre_upgrade() {
- /bin/cat <<THEENDPOSTINSTALL
-NOTE
-----
-If you are new to Hiawatha, please refer to http://www.hiawatha-webserver.org/howto
-
-!!!!! This PKGBUILD compiles against the system's PolarSSL library. You will need to install PolarSSL from the AUR.!!!!
-
-THEENDPOSTINSTALL
-}
-
-post_install() {
- /bin/cat <<THEENDPOSTINSTALL
-NOTE
-----
-If you are new to Hiawatha, please refer to http://www.hiawatha-webserver.org/howto
-
-PHP-FPM is the prefered fastcgi server. To install.
- pacman -Sy php-fpm
- systemctl enable php-fpm
-
-The file hiawatha.conf.sample demonstrates syntax appropriate for use with the php-fpm fast cgi daemon.
-THEENDPOSTINSTALL
-}
-
-