diff options
| author | Thomas Büttner <thomas@vergesslicher.tech> | 2019-01-11 16:44:18 +0100 |
|---|---|---|
| committer | Thomas Büttner <thomas@vergesslicher.tech> | 2019-01-11 16:44:18 +0100 |
| commit | fa01c4f02e9c6ecc459eb719ecc96e9190cbe833 (patch) | |
| tree | 42b15fff1701a51a2f164211b1cf70f0baf45fb6 | |
| parent | cb328e4b6fcf39f4c32cabbe9ab165d52b294758 (diff) | |
Remove DB migration script also from %files.
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
| -rw-r--r-- | rpm-package/jellyfin.spec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpm-package/jellyfin.spec b/rpm-package/jellyfin.spec index b93f8c818..f5b2b4b2a 100644 --- a/rpm-package/jellyfin.spec +++ b/rpm-package/jellyfin.spec @@ -90,7 +90,6 @@ EOF %attr(755,root,root) %{_libdir}/%{name}/jellyfin %attr(644,root,root) %{_libdir}/%{name}/sosdocsunix.txt %attr(644,root,root) %{_unitdir}/%{name}.service -%attr(755,root,root) %{_datadir}/%{name}/update-db-paths.sh %attr(755,root,root) %{_libexecdir}/%{name}/restart.sh %attr(644,root,root) %{_prefix}/lib/firewalld/service/%{name}.xml %attr(755,jellyfin,jellyfin) %dir %{_sysconfdir}/%{name} |
