Include vncviewer man page in OS X package
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4084 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/release/uninstall.sh.tmpl b/release/uninstall.sh.tmpl
index 25b5fab..5e2fa74 100644
--- a/release/uninstall.sh.tmpl
+++ b/release/uninstall.sh.tmpl
@@ -46,6 +46,8 @@
echo Removing directories ...
rmdir /opt/$PKGNAME/bin 2>&1 || RETCODE=-1
+rmdir /opt/$PKGNAME/man/man1 2>&1 || RETCODE=-1
+rmdir /opt/$PKGNAME/man 2>&1 || RETCODE=-1
rmdir /opt/$PKGNAME 2>&1 || RETCODE=-1
rmdir /Library/Documentation/$PKGNAME 2>&1 || RETCODE=-1