diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-08-18 11:50:39 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-08-18 11:50:39 +0000 |
commit | b01b5f49f5b409fb3fcefa9eb1d422149cf91a72 (patch) | |
tree | 407eb4ee3ac49a098a108bfeb8c3382f04a41188 | |
parent | 964fb9f648b0b94fc24daead76efbe9b23b58456 (diff) |
INTEGRATION: CWS debianer (1.7.16); FILE MERGED
2005/08/03 11:44:17 obr 1.7.16.1: #i52569# patch soffice script to expand the LD_LIBRARY_PATH
-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 970191f08..cecc054af 100644 --- a/setup_native/scripts/uninstall_solaris.sh +++ b/setup_native/scripts/uninstall_solaris.sh @@ -38,8 +38,9 @@ done INSTALL_DIR=$MY_ROOT`pkginfo -R $MY_ROOT -r $COREPKG01` -# Restore original bootstraprc +# Restore original bootstraprc and sofficerc mv -f $INSTALL_DIR/program/bootstraprc.orig $INSTALL_DIR/program/bootstraprc +mv -f $INSTALL_DIR/program/soffice.orig $INSTALL_DIR/program/soffice for i in $PKGLIST $COREPKG; do LD_PRELOAD=$GETUID_SO /usr/sbin/pkgrm -n -R $MY_ROOT $i |