summarylogtreecommitdiffstats
path: root/openhab3.install
diff options
context:
space:
mode:
authorChristoph Scholz2021-07-04 12:01:36 +0200
committerChristoph Scholz2021-07-04 12:01:36 +0200
commitd9de7589d552dcec52599a149c9cfa42a9f820c2 (patch)
treee935ae8a37c2c5ecb2db33e72642efbce84375e9 /openhab3.install
parentdd4db805c9676528bacd7ae1bd72cd1d0326ed75 (diff)
downloadaur-d9de7589d552dcec52599a149c9cfa42a9f820c2.tar.gz
updated to version 3.2.0
Diffstat (limited to 'openhab3.install')
-rw-r--r--openhab3.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/openhab3.install b/openhab3.install
new file mode 100644
index 000000000000..2724976c2a3d
--- /dev/null
+++ b/openhab3.install
@@ -0,0 +1,4 @@
+pre_upgrade() {
+ rm -fr /var/lib/openhab3/cache
+ rm -fr /var/lib/openhab3/tmp
+}