epel9
Rex Dieter 6 years ago
parent 33f5a5571d
commit 5222e93f18

@ -60,7 +60,7 @@ pushd %{_target_platform}
%{cmake_kf5} ..
popd
make %{?_smp_mflags} -C %{_target_platform}
%make_build -C %{_target_platform}
%install
@ -68,14 +68,14 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%post
/sbin/ldconfig
%{?ldconfig}
touch --no-create %{_kf5_datadir}/icons/hicolor &> /dev/null || :
%posttrans
gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &> /dev/null || :
%postun
/sbin/ldconfig
%{?ldconfig}
if [ $1 -eq 0 ] ; then
touch --no-create %{_kf5_datadir}/icons/hicolor &> /dev/null || :
gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &> /dev/null || :

Loading…
Cancel
Save