# HG changeset patch # User Pascal Bellard # Date 1330293290 -3600 # Node ID 4c1ff277a32e6de0b6700b3f3e1d5aba18825fa1 # Parent d357d6dbbfa87bf6d53ae61fc42b36f2c09bb504 uclibc-i486: disable post_install diff -r d357d6dbbfa8 -r 4c1ff277a32e uclibc-i486/receipt --- a/uclibc-i486/receipt Sun Feb 26 21:56:08 2012 +0100 +++ b/uclibc-i486/receipt Sun Feb 26 22:54:50 2012 +0100 @@ -19,7 +19,7 @@ # Pre and post install commands for Tazpkg. post_install() { - chroot "$1/" /usr/bin/uclibc-${PACKAGE##*-}-ldconfig + echo chroot "$1/" /usr/bin/uclibc-${PACKAGE##*-}-ldconfig } pre_remove()