1
0
forked from pool/xfce4-session

Accepting request 61716 from X11:xfce

Accepted submit request 61716 from user gberh

OBS-URL: https://build.opensuse.org/request/show/61716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfce4-session?expand=0&rev=34
This commit is contained in:
Ruediger Oertel 2011-02-18 12:04:05 +00:00 committed by Git OBS Bridge
commit 03d0e4bc0b
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 18 00:16:17 UTC 2011 - gber@opensuse.org
- call %desktop_database_post/un
- call %icon_theme_cache_post/un
-------------------------------------------------------------------
Thu Feb 3 19:00:53 UTC 2011 - gber@opensuse.org

View File

@ -126,8 +126,17 @@ rm -rf %{buildroot}
%post
%run_suseconfig -m gtk2
/sbin/ldconfig
%if 0%{?suse_version} >= 1140
%desktop_database_post
%icon_theme_cache_post
%endif
%postun -p /sbin/ldconfig
%postun
/sbin/ldconfig
%if 0%{?suse_version} >= 1140
%desktop_database_postun
%icon_theme_cache_postun
%endif
%files -f %{name}.lang
%defattr(-,root,root)