wok diff busybox-pam/receipt @ rev 7713

Fix build-deps of some Xproto packages
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Dec 19 17:24:47 2010 +0100 (2010-12-19)
parents 1a1bfecb4881
children 040555bd4620
line diff
     1.1 --- a/busybox-pam/receipt	Tue Nov 23 03:15:08 2010 +0000
     1.2 +++ b/busybox-pam/receipt	Sun Dec 19 17:24:47 2010 +0100
     1.3 @@ -18,3 +18,8 @@
     1.4      cp -a $src/busybox-pam $fs/bin/busybox
     1.5      cp -a stuff/* $fs
     1.6  }
     1.7 +
     1.8 +pre_remove()
     1.9 +{
    1.10 +    tazpkg get-install  ${PACKAGE%-pam}
    1.11 +}