summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/LinHES-system.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2012-09-01 21:55:46 (GMT)
committerBritney Fransen <brfransen@gmail.com>2012-09-01 21:55:46 (GMT)
commit2fc24e3699697bf406338eea7b9f8c475399e79b (patch)
tree7a2693c501853ffc78ff69cf0c8c848b16ec731b /abs/core/LinHES-system/LinHES-system.install
parente0c0e2b0962375dfc62740cafd1620df719d4d31 (diff)
downloadlinhes_pkgbuild-2fc24e3699697bf406338eea7b9f8c475399e79b.zip
linhes_pkgbuild-2fc24e3699697bf406338eea7b9f8c475399e79b.tar.gz
linhes_pkgbuild-2fc24e3699697bf406338eea7b9f8c475399e79b.tar.bz2
LinHES-system: Add scripts for misc status in MythWeb. closes #845.
Diffstat (limited to 'abs/core/LinHES-system/LinHES-system.install')
-rw-r--r--abs/core/LinHES-system/LinHES-system.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/core/LinHES-system/LinHES-system.install b/abs/core/LinHES-system/LinHES-system.install
new file mode 100644
index 0000000..f2185cd
--- /dev/null
+++ b/abs/core/LinHES-system/LinHES-system.install
@@ -0,0 +1,12 @@
+## arg 1: the new package version
+post_install() {
+ /usr/LH/bin/misc_status_config.py
+}
+
+## arg 1: the new package version
+## arg 2: the old package version
+post_upgrade() {
+ /usr/LH/bin/misc_status_config.py
+}
+
+# vim:set ts=2 sw=2 et: