From: Vladimir Sokolovsky Date: Sun, 7 Dec 2008 16:34:27 +0000 (+0200) Subject: Leave mft/mst packages if installed. X-Git-Tag: vofed-1.4~6 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=25c91be66628d2ee35e9bc2c158ce5b1e0a37831;p=~vlad%2Fofed_scripts.git Leave mft/mst packages if installed. Signed-off-by: Vladimir Sokolovsky --- diff --git a/uninstall.sh b/uninstall.sh index 3b127d7..3ed4b63 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -261,18 +261,9 @@ uninstall() echo echo " Removing MVAPI..." ex "yes | /usr/mellanox/uninstall.sh" - else - echo - echo " Removing /usr/mellanox ..." - echo - /bin/rm -rf /usr/mellanox fi fi - if [ -d /usr/mst ]; then - /bin/rm -rf /usr/mst - fi - if [ -z ${STACK_PREFIX} ] && [ -x /etc/infiniband/info ]; then STACK_PREFIX=`/etc/infiniband/info | grep -w prefix | cut -d '=' -f 2` fi