Remove obsolete rpm scriptlets

This commit is contained in:
Kalev Lember 2018-03-12 12:03:34 +01:00
parent b160ec7f14
commit 2124e33ba9

View File

@ -52,21 +52,8 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dconf/db/local.d/locks
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dconf/db/site.d/locks mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dconf/db/site.d/locks
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dconf/db/distro.d/locks mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dconf/db/distro.d/locks
%post
/sbin/ldconfig
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%postun
/sbin/ldconfig
if [ $1 -eq 0 ] ; then
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
fi
%posttrans %posttrans
dconf update dconf update
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%files %files
%license COPYING %license COPYING
@ -102,6 +89,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
- Update to 0.27.1 - Update to 0.27.1
- Switch to the meson build system - Switch to the meson build system
- Don't set group tags - Don't set group tags
- Remove obsolete rpm scriptlets
* Mon Feb 19 2018 Ray Strode <rstrode@redhat.com> - 0.26.1-3 * Mon Feb 19 2018 Ray Strode <rstrode@redhat.com> - 0.26.1-3
- Add systemd dbs for distro, site, and machine local dconf databases - Add systemd dbs for distro, site, and machine local dconf databases