wok diff cacerts/receipt @ rev 17551

giflib: typo, cacerts: microperl /usr/bin/c_rehash
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Jan 30 03:47:10 2015 +0100 (2015-01-30)
parents d805d3de4546
children dfef8de3d270
line diff
     1.1 --- a/cacerts/receipt	Wed May 01 01:06:46 2013 +0000
     1.2 +++ b/cacerts/receipt	Fri Jan 30 03:47:10 2015 +0100
     1.3 @@ -33,5 +33,10 @@
     1.4  post_install()
     1.5  {
     1.6  	echo "Rehash certificates:"
     1.7 -	c_rehash
     1.8 +	if [ -d "$INSTALLED/perl" ]; then
     1.9 +		c_rehash
    1.10 +	else
    1.11 +		tazpkg -gi microperl
    1.12 +		microperl /usr/bin/c_rehash
    1.13 +	fi
    1.14  }