wok-6.x diff busybox-pam/receipt @ rev 7632

*-pam: reinstall core package in pre_remove()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 13 12:44:48 2010 +0100 (2010-12-13)
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	Mon Dec 13 12:44:48 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 +}