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 /infcloud.spec | |
parent | make keyboard navigation easier (diff) | |
download | radicaleinfcloud-dd04f40ee6c35c277b0d8df5e6f6e9d270a3199b.tar.gz radicaleinfcloud-dd04f40ee6c35c277b0d8df5e6f6e9d270a3199b.tar.bz2 radicaleinfcloud-dd04f40ee6c35c277b0d8df5e6f6e9d270a3199b.zip |
add %post run update-infcloud-cache
Diffstat (limited to 'infcloud.spec')
-rw-r--r-- | infcloud.spec | 3 |
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} |