Remove obsolete scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
0cbc3286f8
commit
738f5ae964
@ -6,7 +6,7 @@
|
||||
|
||||
Name: gnome-shell-extensions
|
||||
Version: 3.27.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Modify and extend GNOME Shell functionality and behavior
|
||||
|
||||
Group: User Interface/Desktops
|
||||
@ -306,61 +306,10 @@ rm $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.exampl
|
||||
%{_datadir}/gnome-shell/extensions/workspace-indicator*/
|
||||
|
||||
|
||||
%postun -n gnome-classic-session
|
||||
if [ $1 -eq 0 ]; then
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
|
||||
fi
|
||||
|
||||
%posttrans -n gnome-classic-session
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
|
||||
|
||||
|
||||
%postun -n %{pkg_prefix}-auto-move-windows
|
||||
if [ $1 -eq 0 ]; then
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
|
||||
fi
|
||||
|
||||
%posttrans -n %{pkg_prefix}-auto-move-windows
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
|
||||
|
||||
|
||||
%postun -n %{pkg_prefix}-native-window-placement
|
||||
if [ $1 -eq 0 ]; then
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
|
||||
fi
|
||||
|
||||
%posttrans -n %{pkg_prefix}-native-window-placement
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
|
||||
|
||||
|
||||
%postun -n %{pkg_prefix}-screenshot-window-sizer
|
||||
if [ $1 -eq 0 ]; then
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
|
||||
fi
|
||||
|
||||
%posttrans -n %{pkg_prefix}-screenshot-window-sizer
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
|
||||
|
||||
|
||||
%postun -n %{pkg_prefix}-user-theme
|
||||
if [ $1 -eq 0 ]; then
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
|
||||
fi
|
||||
|
||||
%posttrans -n %{pkg_prefix}-user-theme
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
|
||||
|
||||
|
||||
%postun -n %{pkg_prefix}-window-list
|
||||
if [ $1 -eq 0 ]; then
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
|
||||
fi
|
||||
|
||||
%posttrans -n %{pkg_prefix}-window-list
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.1-2
|
||||
- Remove obsolete scriptlets
|
||||
|
||||
* Tue Oct 17 2017 Florian Müllner <fmuellner@redhat.com> - 3.27.1-1
|
||||
- Update to 3.27.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user