wok-next diff clex/receipt @ rev 9715

glibc-base: remove post_install() it not working and not usefull
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 08 23:49:22 2011 +0200 (2011-05-08)
parents f7e96b8e3444
children 5bc185ddf5b9
line diff
     1.1 --- a/clex/receipt	Tue Feb 16 12:15:27 2010 +0000
     1.2 +++ b/clex/receipt	Sun May 08 23:49:22 2011 +0200
     1.3 @@ -30,5 +30,5 @@
     1.4  {
     1.5      mkdir -p $fs/etc $fs/usr/bin
     1.6      cp -a $_pkg/usr/bin/* $fs/usr/bin
     1.7 -    cp -a stuff/skel $fs/etc
     1.8 +    cp -a $stuff/skel $fs/etc
     1.9  }