wok diff ntop/receipt @ rev 17231

add post_install to some icon themes (for qt4)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Oct 16 19:38:39 2014 +0000 (2014-10-16)
parents 2b9f96603415
children 9689f1b75619
line diff
     1.1 --- a/ntop/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/ntop/receipt	Thu Oct 16 19:38:39 2014 +0000
     1.3 @@ -25,7 +25,7 @@
     1.4  	./autogen.sh --prefix=/usr	\
     1.5  		--sysconfdir=/etc \
     1.6  		--localstatedir=/var/lib \
     1.7 -		$CONFIGURE_ARGS &&
     1.8 +		$CONFIGURE_ARGS 2>&1 | grep -v 'grep: libtool:' &&
     1.9  	make && make install
    1.10  	#~ && make install-data-as
    1.11  }