summarylogtreecommitdiffstats
path: root/homegear-philipshue.install
diff options
context:
space:
mode:
Diffstat (limited to 'homegear-philipshue.install')
-rw-r--r--homegear-philipshue.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/homegear-philipshue.install b/homegear-philipshue.install
new file mode 100644
index 000000000000..61b42157a639
--- /dev/null
+++ b/homegear-philipshue.install
@@ -0,0 +1,10 @@
+post_install() {
+ if [ "`systemctl is-active homegear`" == "active" ]
+ then
+ homegear -e mld mod_philipshue.so
+ fi
+}
+
+post_upgrade() {
+ post_install
+}