Переглянути джерело

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
tags/v1.1.90
DRC 13 роки тому
джерело
коміт
4666c50f32
1 змінених файлів з 2 додано та 2 видалено
  1. 2
    2
      release/uninstall.sh.tmpl

+ 2
- 2
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=

Завантаження…
Відмінити
Зберегти