diff options
author | B. Stack <bgstack15@gmail.com> | 2022-05-26 19:43:20 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-05-26 19:43:20 -0400 |
commit | dd04f40ee6c35c277b0d8df5e6f6e9d270a3199b (patch) | |
tree | 5d3e99b9bcf1931bdf978df49b2e5745f7e77dc9 | |
parent | make keyboard navigation easier (diff) | |
download | radicaleinfcloud-dd04f40ee6c35c277b0d8df5e6f6e9d270a3199b.tar.gz radicaleinfcloud-dd04f40ee6c35c277b0d8df5e6f6e9d270a3199b.tar.bz2 radicaleinfcloud-dd04f40ee6c35c277b0d8df5e6f6e9d270a3199b.zip |
add %post run update-infcloud-cache
-rw-r--r-- | infcloud.spec | 3 | ||||
-rw-r--r-- | radicale_infcloud/web/cache.manifest | 2 |
2 files changed, 4 insertions, 1 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} 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 |