diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 10:44:42 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 10:44:42 +0000 |
commit | b34b04633a47087631bc9ca2903654a359701baf (patch) | |
tree | e6a6160b85f1dc62f6da2263ce9e5e1a508b588d /setup_native | |
parent | c016690069e34501f3247fd4f4737c61f8f380ad (diff) |
INTEGRATION: CWS pj55 (1.4.158); FILE MERGED
2006/07/15 10:00:59 pjanik 1.4.158.1: #i67228#: Use new-style .RPM_DATABASE instead of old-style
.RPM_OFFICEDATABASE.
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/scripts/uninstall_linux.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_native/scripts/uninstall_linux.sh b/setup_native/scripts/uninstall_linux.sh index c3cbce3d9188..0dc1fe866387 100644 --- a/setup_native/scripts/uninstall_linux.sh +++ b/setup_native/scripts/uninstall_linux.sh @@ -13,8 +13,8 @@ then exit 2 fi -#RPM_DB_PATH=$HOME/.RPM_OFFICEDATABASE -RPM_DB_PATH=$1/.RPM_OFFICEDATABASE +#RPM_DB_PATH=$HOME/.RPM_DATABASE +RPM_DB_PATH=$1/.RPM_DATABASE RPMLIST=`rpm --dbpath $RPM_DB_PATH --query --all` |