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 | f506fa83aa465b8ab005508e270a4c208399421a (patch) | |
tree | 1f6c40d29e94e3196e872221bc2573fad926b134 /setup_native | |
parent | f8755c0bb39adb724ff549b3c6328e01b9d574fe (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
Diffstat (limited to 'setup_native')
-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 970191f08421..cecc054af807 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 |