From 572e87c8eb71c3c2c8ca4d7c44a612aa9df1fa63 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Wed, 3 Oct 2007 12:04:49 +0000 Subject: [PATCH] - No need to run update-desktop-database because there are no MimeKey lines in the desktop files. --- system-config-printer.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/system-config-printer.spec b/system-config-printer.spec index a0074df..6e0c498 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -122,16 +122,12 @@ rm -rf %buildroot %post /bin/rm -f /var/cache/foomatic/foomatic.pickle -/usr/bin/update-desktop-database &>/dev/null ||: exit 0 -%postun -if [ "$1" = "0" ]; then - /usr/bin/update-desktop-database &>/dev/null ||: -fi - %changelog * Wed Oct 3 2007 Tim Waugh +- No need to run update-desktop-database because there are no MimeKey + lines in the desktop files. - Consistent macro style. * Tue Oct 2 2007 Tim Waugh 0.7.74.4-1