diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-24 15:17:30 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-24 15:17:30 +0000 |
commit | 2b0160ca894fc19ab4c4c1d40a86af490acfeb44 (patch) | |
tree | 11ddb966a6e1edab12b343e2806002053a1c8813 | |
parent | fafe64cffa5dc352b6a1334e8c191ce4a1061de0 (diff) |
INTEGRATION: CWS nativefixer4 (1.5.4); FILE MERGED
2005/02/14 16:26:22 is 1.5.4.1: #i42530# new core dependencies
-rw-r--r-- | setup_native/scripts/uninstall_solaris.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/setup_native/scripts/uninstall_solaris.sh b/setup_native/scripts/uninstall_solaris.sh index 65dddb596..ee2deb942 100644 --- a/setup_native/scripts/uninstall_solaris.sh +++ b/setup_native/scripts/uninstall_solaris.sh @@ -24,6 +24,7 @@ tail +$linenum `basename $0` > $GETUID_SO PKGLIST=`pkginfo -R $MY_ROOT | cut -f 2 -d ' ' | grep -v core` COREPKG=`pkginfo -R $MY_ROOT | cut -f 2 -d ' ' | grep core` +COREPKG01=`pkginfo -R $MY_ROOT | cut -f 2 -d ' ' | grep core01` echo "#############################################" echo "# Deinstallation of Office packages #" @@ -36,7 +37,7 @@ for i in $PKGLIST $COREPKG; do echo $i done -INSTALL_DIR=$MY_ROOT`pkginfo -R $MY_ROOT -r $COREPKG` +INSTALL_DIR=$MY_ROOT`pkginfo -R $MY_ROOT -r $COREPKG01` # Restore original bootstraprc mv -f $INSTALL_DIR/program/bootstraprc.orig $INSTALL_DIR/program/bootstraprc |