1
0
forked from pool/xfce4-session

- call %desktop_database_post/un

- call %icon_theme_cache_post/un

OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-session?expand=0&rev=53
This commit is contained in:
Guido Berhoerster 2011-02-18 00:22:15 +00:00 committed by Git OBS Bridge
parent 4eb22ad6d3
commit 228583ce55
2 changed files with 17 additions and 2 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

@ -19,7 +19,7 @@
Name: xfce4-session
Version: 4.8.0
Release: 1
Release: 2
License: GPLv2+
Summary: Xfce Session manager
Url: http://www.xfce.org/projects/xfce4-session/
@ -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)