wok rev 19152

librsvg: remove unwanted post-install message in the Cook Log
(when librsvg is installed as build dependency)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 23 16:51:33 2016 +0300 (2016-05-23)
parents 00882924c5a5
children f517baa7c91e
files librsvg/receipt
line diff
     1.1 --- a/librsvg/receipt	Mon May 23 16:34:04 2016 +0300
     1.2 +++ b/librsvg/receipt	Mon May 23 16:51:33 2016 +0300
     1.3 @@ -10,7 +10,7 @@
     1.4  WEB_SITE="http://librsvg.sourceforge.net/"
     1.5  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
     1.6  HOST_ARCH="i486 arm"
     1.7 - 
     1.8 +
     1.9  DEPENDS="cairo freetype libxml2 pango fontconfig libcroco xcb-util libgsf \
    1.10  libgio gdk-pixbuf xorg-libXinerama xorg-libXcursor xorg-libXcomposite \
    1.11  xorg-libXext xorg-libXdamage"
    1.12 @@ -49,7 +49,7 @@
    1.13  # Pre and post install commands for Tazpkg.
    1.14  post_install()
    1.15  {
    1.16 -	echo -n "Updating gdk pixbuf loaders cache file..."
    1.17 +	[ -z "$quiet" ] && echo -en "\nUpdating gdk pixbuf loaders cache file..."
    1.18  	chroot "$1/" /usr/bin/gdk-pixbuf-query-loaders --update-cache
    1.19  	status
    1.20  }