aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/plptools.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/plptools.spec.in b/etc/plptools.spec.in
index 1ef022a..d849ecb 100644
--- a/etc/plptools.spec.in
+++ b/etc/plptools.spec.in
@@ -248,7 +248,7 @@ perl %{_datadir}/%{name}/kiodoc-update.pl -a psion
%post kde
KONQRC=`kde-config --expandvars --install config`/konquerorrc
-if if test -f $KONQRC && grep -q '\[Notification Messages\]' $KONQRC ; then
+if test -f $KONQRC && grep -q '\[Notification Messages\]' $KONQRC ; then
cp $KONQRC $KONQRC.$$
cat $KONQRC.$$ | grep -v "askSaveinode/x-psion-drive=No" | sed \
-e '/\[Notification Messages\]/a\' \