]> git.pld-linux.org Git - packages/devhelp.git/commitdiff
- run %update_desktop_database_post{,un}
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 11 Mar 2007 12:14:48 +0000 (12:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devhelp.spec -> 1.70

devhelp.spec

index 71086cc67b00ed88fa26939d09a0d492fbe62e0c..002f5961a064dbdc3a2b672113cfbc2a299f8714 100644 (file)
@@ -26,6 +26,7 @@ BuildRequires:        python
 BuildRequires: rpmbuild(macros) >= 1.311
 BuildRequires: zlib-devel
 Requires(post,preun):  GConf2 >= 2.16.0
+Requires(post,postun): desktop-file-utils
 Requires(post,postun): gtk+2
 Requires(post,postun): hicolor-icon-theme
 Requires:      %{name}-libs = %{version}-%{release}
@@ -123,12 +124,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 %gconf_schema_install devhelp.schemas
+%update_desktop_database_post
 %update_icon_cache hicolor
 
 %preun
 %gconf_schema_uninstall devhelp.schemas
 
 %postun
+%update_desktop_database_postun
 %update_icon_cache hicolor
 
 %post  libs -p /sbin/ldconfig
This page took 0.091654 seconds and 4 git commands to generate.