diff options
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= |