aboutsummaryrefslogtreecommitdiff
path: root/sysutils/munin-master/pkg-install
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-06-03 22:38:35 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-06-03 22:38:35 +0000
commit1809887ddd6fd017f42ca369f650921e08b5e991 (patch)
treee74eca362de451ca869e5c8318e6e64dcfb20c6e /sysutils/munin-master/pkg-install
parent58215965b53498e5d70965381c19933d0221d8e6 (diff)
downloadports-1809887ddd6fd017f42ca369f650921e08b5e991.tar.gz
ports-1809887ddd6fd017f42ca369f650921e08b5e991.zip
Notes
Diffstat (limited to 'sysutils/munin-master/pkg-install')
-rw-r--r--sysutils/munin-master/pkg-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysutils/munin-master/pkg-install b/sysutils/munin-master/pkg-install
index 4f1614bfbf6c..151594997c34 100644
--- a/sysutils/munin-master/pkg-install
+++ b/sysutils/munin-master/pkg-install
@@ -101,6 +101,13 @@ create_crontab_entries() {
case $2 in
PRE-INSTALL)
+ # Munin had a logo.gif up to 1.0.0pre3.
+ # Remove it, it's been replaced by logo.png
+ rm -f ${PKG_PREFIX}/www/data/munin/logo.gif
+ # The old stylesheet must go, too.
+ rm -f ${PKG_PREFIX}/www/data/munin/style.css
+ # Both new files will be put in place by munin-html
+
make_account munin munin "Munin owner"
make_directories
;;