wok-stable rev 8648

Fixed wvstreams post_remove.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 19:36:35 2011 +0000 (2011-02-15)
parents b3aca2070330
children 76eacc0d12f7
files wvstreams/receipt
line diff
     1.1 --- a/wvstreams/receipt	Tue Feb 15 19:35:52 2011 +0000
     1.2 +++ b/wvstreams/receipt	Tue Feb 15 19:36:35 2011 +0000
     1.3 @@ -42,5 +42,5 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	rm -rf /etc/ppp/peers/wvdial
     1.8 +	rm -rf $1/etc/ppp/peers/wvdial
     1.9  }