wok-next diff ppp-pam/receipt @ rev 9291
Up: openmpi to 1.5.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 17 02:26:46 2011 +0000 (2011-03-17) |
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 Thu Mar 17 02:26:46 2011 +0000 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 +}