summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web/supplemental-web.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-05-12 22:08:35 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-05-12 22:08:35 (GMT)
commit02002703ea2b6a378f2160adfc56b6dc9627991b (patch)
tree2384d0265d153874e2d258ecba29d2b8333d244a /abs/core/supplemental-web/supplemental-web.install
parentde75425bb04ae1a0b3e4f58baf53d23785dd1287 (diff)
downloadlinhes_pkgbuild-02002703ea2b6a378f2160adfc56b6dc9627991b.zip
linhes_pkgbuild-02002703ea2b6a378f2160adfc56b6dc9627991b.tar.gz
linhes_pkgbuild-02002703ea2b6a378f2160adfc56b6dc9627991b.tar.bz2
supplemental-web: clean up header, and during install make it the default webpage
Diffstat (limited to 'abs/core/supplemental-web/supplemental-web.install')
-rw-r--r--abs/core/supplemental-web/supplemental-web.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/supplemental-web/supplemental-web.install b/abs/core/supplemental-web/supplemental-web.install
index 252a8e0..7dc0214 100644
--- a/abs/core/supplemental-web/supplemental-web.install
+++ b/abs/core/supplemental-web/supplemental-web.install
@@ -20,8 +20,7 @@ post_install() {
echo "==> Forcing a re-read of lighttpd's configuration file."
echo ""
/sbin/sv hup /service/lighttpd
-
-
+ /usr/LH/bin/switch_web.sh supplemental
}
# arg 1: the new package version
@@ -60,6 +59,7 @@ post_remove() {
/sbin/sv hup /service/lighttpd
+ /usr/LH/bin/switch_web.sh local
}
op=$1