aboutsummaryrefslogtreecommitdiff
path: root/infcloud.spec
diff options
context:
space:
mode:
Diffstat (limited to 'infcloud.spec')
-rw-r--r--infcloud.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/infcloud.spec b/infcloud.spec
index f09a4e5..3ee7079 100644
--- a/infcloud.spec
+++ b/infcloud.spec
@@ -35,6 +35,9 @@ mv %{buildroot}%{_datadir}/%{name}/radicale_infcloud/web/cache.manifest %{buildr
ln -s %{_sysconfdir}/%{name}/config.js %{buildroot}%{_datadir}/%{name}/radicale_infcloud/web/config.js
ln -s %{_sysconfdir}/%{name}/cache.manifest %{buildroot}%{_datadir}/%{name}/radicale_infcloud/web/cache.manifest
+%post
+/sbin/update-infcloud-cache 1>/dev/null 2>&1 || :
+
%files
%{_datadir}/%{name}
%dir %{_sysconfdir}/%{name}
bgstack15