]> git.pld-linux.org Git - packages/gazpacho.git/commitdiff
- fixed postun script (sorry about that!), rel.3
authorfreetz <freetz@pld-linux.org>
Wed, 26 Oct 2005 18:56:13 +0000 (18:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gazpacho.spec -> 1.4

gazpacho.spec

index d0abc1b12c6f7bc5530d684831b4a7791da19a6f..99b40b291e3290d3ee6b17620f1d38c12759f757 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Building Interfaces the easy way
 Summary(pl):   Tworzenie interfejsów w ³atwy sposób
 Name:          gazpacho
 Version:       0.6.2
-Release:       2
+Release:       3
 License:       LGPL
 Group:         Development/Building
 Source0:       http://ftp.acc.umu.se/pub/GNOME/sources/gazpacho/0.6/%{name}-%{version}.tar.bz2
@@ -71,7 +71,7 @@ umask 022
 %postun
 if [ $1 = 0]; then
     umask 022
-    [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2
+    [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
 fi
 
 %files -f %{name}.lang
This page took 0.084594 seconds and 4 git commands to generate.