summaryrefslogtreecommitdiffstats
path: root/awstats/awstats.install
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /awstats/awstats.install
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'awstats/awstats.install')
-rw-r--r--awstats/awstats.install25
1 files changed, 0 insertions, 25 deletions
diff --git a/awstats/awstats.install b/awstats/awstats.install
deleted file mode 100644
index 706e826..0000000
--- a/awstats/awstats.install
+++ /dev/null
@@ -1,25 +0,0 @@
-# arg 1: the new package version
-post_install() {
-echo \(/usr/local/awstats/docs/index.html\) to setup AWStats in 3 steps:
-echo Step 1 : Install and Setup with awstats_configure.pl
-echo or add : Include /etc/httpd/conf/extra/httpd-awstats.conf
-echo to /etc/httpd/conf/httpd.conf
-echo Step 2 : Build/Update Statistics with awstats.pl
-echo Step 3 : Read Statistics
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- post_install $1
-
- chmod -R og+r /var/lib/awstats
- chown -R web-awstats:web-awstats /var/lib/awstats
-}
-
-op=$1
-shift
-
-$op $*
-
-# vim: ts=2: ft=sh