wok rev 11826

uclibc-i486: disable post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 26 22:54:50 2012 +0100 (2012-02-26)
parents d357d6dbbfa8
children e8f8935f9363
files uclibc-i486/receipt
line diff
     1.1 --- a/uclibc-i486/receipt	Sun Feb 26 21:56:08 2012 +0100
     1.2 +++ b/uclibc-i486/receipt	Sun Feb 26 22:54:50 2012 +0100
     1.3 @@ -19,7 +19,7 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	chroot "$1/" /usr/bin/uclibc-${PACKAGE##*-}-ldconfig
     1.8 +	echo chroot "$1/" /usr/bin/uclibc-${PACKAGE##*-}-ldconfig
     1.9  }
    1.10  
    1.11  pre_remove()