From 8e3e4ee96c0338be881db1fde9cb68b13829cdac Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Tue, 16 Jul 2002 17:54:05 +0000 Subject: - Fixed bug in kde postinstall scriptlet --- etc/plptools.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\' \ -- cgit v1.2.3