if spell_installed kdebase; then
message "${MESSAGE_COLOR}Installing for Konqueror${DEFAULT_COLOR}\n"
&&
@@ -48,7 +30,7 @@ if spell_installed kdebase; then
"After install, add /usr/lib/konqueror to the Plugins folders\n"
\
"list and click on the \"Scan for New Plugins\" button${DEFAULT_COLOR}\n"
&&
- if [ -e $INSTALL_ROOT/usr/lib/konqueror/libgnashplugin.so ]; then
+ if [[ -e $INSTALL_ROOT/usr/lib/konqueror/libgnashplugin.so ]]; then
rm -f $INSTALL_ROOT/usr/lib/konqueror/libgnashplugin.so
fi &&
@@ -56,35 +38,6 @@ if spell_installed kdebase; then
mkdir --mode=755 $INSTALL_ROOT/usr/lib/konqueror
fi &&