wok-current diff ppp-pam/receipt @ rev 8339
Fix: screen need -j1 to install
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Feb 02 05:18:27 2011 +0100 (2011-02-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 Feb 02 05:18:27 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 +}