#!/bin/sh KDE4_BIN=`kde4-config --install exe` KDE_BIN=`kde-config --exec-prefix`/bin/ [ -x "${KDE4_BIN}/kwriteconfig" ] && $KDE4_BIN/kwriteconfig --file kdeglobals --group General --key BrowserApplication "!firefox" [ -x "${KDE_BIN}/kwriteconfig" ] && $KDE_BIN/kwriteconfig --file kdeglobals --group General --key BrowserApplication "!firefox"