diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-03-01 20:41:23 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-03-01 20:41:28 +0100 |
commit | 669802590369b3f606079f0c5192752bd97f0497 (patch) | |
tree | 9a474192318491ce02d426e1845d0747eda3cc54 /awstats/awstats.install | |
parent | 2e05b0f65a05ac902532b2b324e9d437054b644a (diff) | |
download | aur-packages-669802590369b3f606079f0c5192752bd97f0497.tar.gz aur-packages-669802590369b3f606079f0c5192752bd97f0497.tar.xz |
update
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'awstats/awstats.install')
-rw-r--r-- | awstats/awstats.install | 11 |
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 |