From e6804f0a9313d5aa207994a4e3a365d5373c8abf Mon Sep 17 00:00:00 2001 From: Christian Schoenebeck Date: Sun, 3 May 2015 18:05:32 +0200 Subject: luci-app-radicale: New app to support Radicale CalDAV/CardDAV server New Application !!! Dependency not set because there are two packages "radicale-py2" and "radicale-py3" (currently BROKEN) available !!! Signed-off-by: Christian Schoenebeck --- .../luci-app-radicale/root/etc/uci-defaults/luci-radicale | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 applications/luci-app-radicale/root/etc/uci-defaults/luci-radicale (limited to 'applications/luci-app-radicale/root/etc') diff --git a/applications/luci-app-radicale/root/etc/uci-defaults/luci-radicale b/applications/luci-app-radicale/root/etc/uci-defaults/luci-radicale new file mode 100755 index 0000000000..333ca65f45 --- /dev/null +++ b/applications/luci-app-radicale/root/etc/uci-defaults/luci-radicale @@ -0,0 +1,12 @@ +#!/bin/sh + +# no longer needed for "Save and Apply" to restart radicale +# luci-app-radicale calls /etc/init.d/radicale reload +uci -q batch <<-EOF >/dev/null + delete ucitrack.@radicale[-1] + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache + +exit 0 -- cgit v1.2.3