diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-04-29 22:57:27 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-04-29 22:57:27 +0000 |
commit | 4666c50f324dc7e61407ec8d9866bef499d241b3 (patch) | |
tree | 06ab390835564e95cbb863c4f09c71eaeb21db8c /release | |
parent | b885822a6c6438545f464de9f119ed0c42ce3308 (diff) | |
download | tigervnc-4666c50f324dc7e61407ec8d9866bef499d241b3.tar.gz tigervnc-4666c50f324dc7e61407ec8d9866bef499d241b3.zip |
The installed package is called "com.tigervnc.tigervnc" (our convention is to use lowercase "tigervnc" for package names), so this fixes an issue whereby it would not uninstall.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4398 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'release')
-rw-r--r-- | release/uninstall.sh.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/uninstall.sh.tmpl b/release/uninstall.sh.tmpl index 5e2fa748..490a71e4 100644 --- a/release/uninstall.sh.tmpl +++ b/release/uninstall.sh.tmpl @@ -1,4 +1,4 @@ -# Copyright (C)2009-2010 D. R. Commander +# Copyright (C)2009-2011 D. R. Commander # Copyright (C)2009 Sun Microsystems, Inc. # # This library is free software and may be redistributed and/or modified under @@ -24,7 +24,7 @@ if [ ! "`id -u`" = "0" ]; then fi PKGNAME={__APPNAME} -MACPKGNAME=com.$PKGNAME.$PKGNAME +MACPKGNAME=com.tigervnc.tigervnc RCPT=/Library/Receipts/$PKGNAME.pkg LSBOM= |