summaryrefslogtreecommitdiffstats
path: root/awstats/awstats.install
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-05-17 12:04:10 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-05-17 12:04:10 +0200
commit545b0b7de32c86264d4ec1eb7b7610e4c1c85946 (patch)
tree9ad399ce5176aee3c98f216f54a12a3e6d5290c6 /awstats/awstats.install
parent8dc1d552c0bab7b72371c3a1529e365410c7548c (diff)
parentac57415603ea60e9af632e70827dffa22cfff584 (diff)
downloadaur-packages-545b0b7de32c86264d4ec1eb7b7610e4c1c85946.tar.gz
aur-packages-545b0b7de32c86264d4ec1eb7b7610e4c1c85946.tar.xz
Merge branch 'master' of git://git.server-speed.net/~flo/git/aur
Diffstat (limited to 'awstats/awstats.install')
-rw-r--r--awstats/awstats.install11
1 files changed, 2 insertions, 9 deletions
diff --git a/awstats/awstats.install b/awstats/awstats.install
index 76589ed..706e826 100644
--- a/awstats/awstats.install
+++ b/awstats/awstats.install
@@ -3,7 +3,7 @@ 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 to /etc/httpd/conf/httpd.conf
echo Step 2 : Build/Update Statistics with awstats.pl
echo Step 3 : Read Statistics
}
@@ -17,16 +17,9 @@ post_upgrade() {
chown -R web-awstats:web-awstats /var/lib/awstats
}
-pre_remove() {
- /bin/true
-}
-
-post_remove() {
- /bin/true
-}
-
op=$1
shift
$op $*
+
# vim: ts=2: ft=sh