From dd04f40ee6c35c277b0d8df5e6f6e9d270a3199b Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 26 May 2022 19:43:20 -0400 Subject: add %post run update-infcloud-cache --- infcloud.spec | 3 +++ radicale_infcloud/web/cache.manifest | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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} diff --git a/radicale_infcloud/web/cache.manifest b/radicale_infcloud/web/cache.manifest index b139826..9351554 100644 --- a/radicale_infcloud/web/cache.manifest +++ b/radicale_infcloud/web/cache.manifest @@ -1,5 +1,5 @@ CACHE MANIFEST -#V 20151122135011 +#V 20220516185824 CACHE: addressbook.js -- cgit