Remove obsolete scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
64224562a7
commit
e48eb8d2eb
1 changed files with 4 additions and 13 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Name: aeskulap
|
||||
Version: 0.2.2
|
||||
Release: 0.32.beta1%{?dist}
|
||||
Release: 0.33.beta1%{?dist}
|
||||
Summary: Full open source replacement for commercially available DICOM viewers
|
||||
# The sources of the (internal) libraries are LGPLv2+, the rest of the sources are GPLv2+,
|
||||
# except binreloc.{c,h} and the documentation, which are in the public domain
|
||||
|
|
@ -81,22 +81,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a
|
|||
|
||||
%post
|
||||
%gconf_schema_upgrade %{name}
|
||||
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
/usr/bin/update-desktop-database &> /dev/null || :
|
||||
|
||||
%preun
|
||||
%gconf_schema_remove %{name}
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ] ; then
|
||||
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
fi
|
||||
/usr/bin/update-desktop-database &> /dev/null || :
|
||||
|
||||
%posttrans
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
%files -f %{name}.lang
|
||||
%{_bindir}/%{name}
|
||||
%{_libdir}/%{name}/
|
||||
|
|
@ -115,6 +103,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%license COPYING.DOC
|
||||
|
||||
%changelog
|
||||
* Sun Jan 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.2-0.33.beta1
|
||||
- Remove obsolete scriptlets
|
||||
|
||||
* Tue Jan 02 2018 Igor Gnatenko <ignatenko@redhat.com> - 0.2.2-0.32.beta1
|
||||
- Rebuild for dcmtk
|
||||
|
||||
|
|
|
|||
Reference in a new issue