aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-07-16 17:54:05 +0000
committerFritz Elfert <felfert@to.com>2002-07-16 17:54:05 +0000
commit8e3e4ee96c0338be881db1fde9cb68b13829cdac (patch)
treeee8ffa5cceaf3e93a1538360e6d52695f93cecce /etc
parent5eeebabb8af9526c036386a4e88957c9d4c7bd51 (diff)
downloadplptools-8e3e4ee96c0338be881db1fde9cb68b13829cdac.tar.gz
plptools-8e3e4ee96c0338be881db1fde9cb68b13829cdac.tar.bz2
plptools-8e3e4ee96c0338be881db1fde9cb68b13829cdac.zip
- Fixed bug in kde postinstall scriptlet
Diffstat (limited to 'etc')
-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\' \