# HG changeset patch # User Christopher Rogers # Date 1297798595 0 # Node ID 63a88816200c55f5148d7a33f23f2f059d3f2aca # Parent b3aca20703308bddc629ee4ae4189f1b70ce1ef9 Fixed wvstreams post_remove. diff -r b3aca2070330 -r 63a88816200c wvstreams/receipt --- a/wvstreams/receipt Tue Feb 15 19:35:52 2011 +0000 +++ b/wvstreams/receipt Tue Feb 15 19:36:35 2011 +0000 @@ -42,5 +42,5 @@ post_remove() { - rm -rf /etc/ppp/peers/wvdial + rm -rf $1/etc/ppp/peers/wvdial }