Tags: patch thanks mate erm, yes it _is_ normal practice to attach the patch file...
diff -ruN memstat-0.4/debian/postinst memstat-0.4.new/debian/postinst --- memstat-0.4/debian/postinst 2002-05-23 12:17:07.000000000 +1000 +++ memstat-0.4.new/debian/postinst 2005-08-14 15:26:07.000000000 +1000 @@ -1,7 +1,5 @@ #!/bin/sh if [ "$1" = "configure" ]; then - if [ -d /usr/doc -a ! -e /usr/doc/memstat -a -d /usr/share/doc/memstat ]; then - ln -sf ../share/doc/memstat /usr/doc/memstat - fi + : # do nothing fi diff -ruN memstat-0.4/memstat.8 memstat-0.4.new/memstat.8 --- memstat-0.4/memstat.8 1999-11-21 03:47:46.000000000 +1100 +++ memstat-0.4.new/memstat.8 2005-08-14 15:27:05.000000000 +1000 @@ -55,7 +55,7 @@ .fi .SH "SEE ALSO" -ps(1), top(1), free(1), vmstat(8), lsof(8), /usr/doc/memstat/memstat-tutorial.txt.gz +ps(1), top(1), free(1), vmstat(8), lsof(8), /usr/share/doc/memstat/memstat-tutorial.txt.gz .PP .SH BUGS

