Accepting request 260778 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/260778 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdk-pixbuf?expand=0&rev=43
This commit is contained in:
commit
fb086376c3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 09 03:48:00 UTC 2014 - Led <ledest@gmail.com>
|
||||||
|
|
||||||
|
- fix bashism in post script
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 1 22:34:07 UTC 2014 - zaitor@opensuse.org
|
Mon Sep 1 22:34:07 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -153,7 +153,7 @@ fi
|
|||||||
# %{_libdir}/gdk-pixbuf-2.0/%{gdk_pixbuf_binary_version} already exists) which
|
# %{_libdir}/gdk-pixbuf-2.0/%{gdk_pixbuf_binary_version} already exists) which
|
||||||
# means gdk-pixbuf-query-loaders couldn't run there.
|
# means gdk-pixbuf-query-loaders couldn't run there.
|
||||||
%endif
|
%endif
|
||||||
if [ $1 == 1 ]; then
|
if [ $1 = 1 ]; then
|
||||||
test -d %{_libdir}/gdk-pixbuf-2.0/%{gdk_pixbuf_binary_version}
|
test -d %{_libdir}/gdk-pixbuf-2.0/%{gdk_pixbuf_binary_version}
|
||||||
if test $? -eq 0; then
|
if test $? -eq 0; then
|
||||||
%{_gdk_pixbuf_query_loaders_update_cache}
|
%{_gdk_pixbuf_query_loaders_update_cache}
|
||||||
|
Loading…
Reference in New Issue
Block a user