wok diff wvstreams/receipt @ 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 36e4927da6d9
children 187c96358d69
line diff
     1.1 --- a/wvstreams/receipt	Thu May 06 10:36:51 2010 +0200
     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  }