]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- merged glen's update_desktop_database* update from AC-branch
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 May 2005 10:39:57 +0000 (10:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.210

rpm.macros

index 79a8a2125f9484ec53e4ab96c37ea5d1e6e61739..cc8687b067cedbc3460aba4babb912567301adaf 100644 (file)
@@ -388,17 +388,17 @@ fi \
 # Update desktop MIME database
 # requries: desktop-file-utils
 #
-%update_desktop_database_post() \
+%update_desktop_database_post() {{\
        umask 022; \
        /usr/bin/update-desktop-database; \
-       %{nil}
+}}
 
-%update_desktop_database_postun() \
+%update_desktop_database_postun() {{\
 if [ $1 = 0 ]; then \
        umask 022; \
        /usr/bin/update-desktop-database; \
 fi \
-%{nil}
+}}
 
 #-----------------------------------------------------------------
 # Update scrollkeeper database
This page took 0.087239 seconds and 4 git commands to generate.