diff options
author | DRC <dcommander@users.sourceforge.net> | 2010-07-08 07:12:38 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2010-07-08 07:12:38 +0000 |
commit | 6452addd2be79a1e88a2128c86478151ddfa8d7a (patch) | |
tree | 8615fdf9144a0be6f10dc6bb7111f970f92b01d2 /release/uninstall.sh.tmpl | |
parent | 896a96c2ddae731bb129cfab15ceed0d5731a5a7 (diff) | |
download | tigervnc-6452addd2be79a1e88a2128c86478151ddfa8d7a.tar.gz tigervnc-6452addd2be79a1e88a2128c86478151ddfa8d7a.zip |
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
Diffstat (limited to 'release/uninstall.sh.tmpl')
-rw-r--r-- | release/uninstall.sh.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release/uninstall.sh.tmpl b/release/uninstall.sh.tmpl index 25b5fab3..5e2fa748 100644 --- a/release/uninstall.sh.tmpl +++ b/release/uninstall.sh.tmpl @@ -46,6 +46,8 @@ cd $PWD 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 |