Skip to content

Commit e56d1bf

Browse files
committed
Version 0.0.10 of the addon will remove hap-homematics configuration directory when it gets uninstalled
1 parent aeaceb9 commit e56d1bf

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This RaspberryMatic / CCU3 addon will allow you to access your HomeMatic devices
1515
All this runs on your RaspberryMatic / CCU3. You will not need any extra hardware.
1616

1717
# Installation
18-
Download the addon: https://github.com/thkl/hap-homematic/raw/master/addon_installer/hap-homematic-0.0.9.tar.gz and install it via system preferences.
18+
Download the addon: https://github.com/thkl/hap-homematic/raw/master/addon_installer/hap-homematic-0.0.10.tar.gz and install it via system preferences.
1919

2020
A little bit later (the addon will install all other needed software) you will have a HomeKit button in your ccu system preference page.
2121

addon_installer/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.9
1+
0.0.10
7.8 KB
Binary file not shown.

addon_installer/rc.d/hap-homematic

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ HAPROOT=/usr/local/addons/hap-homematic/
55
CONFIG_URL=/addons/hap-homematic/index.html
66
CONFIG_DIR=/usr/local/etc/config
77
PIDFILE=/var/run/hap-homematic.pid
8-
VER=0.0.9
8+
VER=0.0.10
99
PSPID=`ps -o pid,comm,args | awk '{if ($2=="node" && $4 ~ /hap-homematic/){print $1}}'`
1010
PSPID2=`ps -o pid,comm,args | awk '{if ($2=="hap-homematic-c"){print $1}}'`
1111
case "$1" in
@@ -63,6 +63,7 @@ case "$1" in
6363
rm -R /usr/local/addons/hap-homematic/
6464
rm /usr/local/etc/config/rc.d/hap-homematic
6565
rm -R /usr/local/etc/config/addons/www/hap-homematic
66+
rm -R /usr/local/etc/config/addons/hap-homematic
6667
;;
6768

6869
*)

0 commit comments

Comments
 (0)