wok-6.x diff ppp-pam/receipt @ rev 8973
linmodem-hsfmodem: use variable
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 02 10:41:40 2011 +0100 (2011-03-02) |
parents | ce752ae970e1 |
children | 02bbaa9d12ba |
line diff
1.1 --- a/ppp-pam/receipt Tue Mar 16 15:03:50 2010 +0000 1.2 +++ b/ppp-pam/receipt Wed Mar 02 10:41:40 2011 +0100 1.3 @@ -51,3 +51,8 @@ 1.4 # insert #!/bin/sh on top line in ip* scripts 1.5 sed -i '1i\#!/bin/sh' $fs/etc/ppp/scripts/ip* 1.6 } 1.7 + 1.8 +pre_remove() 1.9 +{ 1.10 + tazpkg get-install ${PACKAGE%-pam} 1.11 +}