Compare commits
10 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
a5a336bb89 | ||
23c7b08910 | |||
f9bf316cbd | |||
30b81f12e4 | |||
0084ff0009 | |||
0b0ca50d7b | |||
e214006199 | |||
b4dccbde59 | |||
ebe95bf895 | |||
90434e7da8 |
@@ -102,7 +102,12 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
|||||||
%postun
|
%postun
|
||||||
%systemd_user_postun %{name}.service
|
%systemd_user_postun %{name}.service
|
||||||
|
|
||||||
|
%if %{undefined ldconfig_scriptlets}
|
||||||
|
%post -n libfluidsynth%{sover} -p /sbin/ldconfig
|
||||||
|
%postun -n libfluidsynth%{sover} -p /sbin/ldconfig
|
||||||
|
%else
|
||||||
%ldconfig_scriptlets -n libfluidsynth%{sover}
|
%ldconfig_scriptlets -n libfluidsynth%{sover}
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Reference in New Issue
Block a user