diff options
author | Fritz Elfert <felfert@to.com> | 2002-07-16 17:54:05 +0000 |
---|---|---|
committer | Fritz Elfert <felfert@to.com> | 2002-07-16 17:54:05 +0000 |
commit | 8e3e4ee96c0338be881db1fde9cb68b13829cdac (patch) | |
tree | ee8ffa5cceaf3e93a1538360e6d52695f93cecce | |
parent | 5eeebabb8af9526c036386a4e88957c9d4c7bd51 (diff) | |
download | plptools-8e3e4ee96c0338be881db1fde9cb68b13829cdac.tar.gz plptools-8e3e4ee96c0338be881db1fde9cb68b13829cdac.tar.bz2 plptools-8e3e4ee96c0338be881db1fde9cb68b13829cdac.zip |
- Fixed bug in kde postinstall scriptlet
-rw-r--r-- | etc/plptools.spec.in | 2 |
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\' \ |