wok diff ppp-pam/receipt @ rev 8258
Fixed libnl typo.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jan 29 15:05:31 2011 +0000 (2011-01-29) |
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 Sat Jan 29 15:05:31 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 +}