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 | a0dda9611ccad901cfcdd0ab7968b055ad4afdbc (patch) | |
tree | ec8454ff35b7ed5dcc7210029b77deafe2668bbc /setup_native/scripts | |
parent | 5beb48e7427ec0a3a681fcff591060ab0cf1981f (diff) |
INTEGRATION: CWS nativefixer4 (1.5.4); FILE MERGED
2005/02/14 16:26:22 is 1.5.4.1: #i42530# new core dependencies
Diffstat (limited to 'setup_native/scripts')
-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 65dddb596159..ee2deb942a47 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 |