aboutsummaryrefslogtreecommitdiffstats
path: root/debian/plptools-kde.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/plptools-kde.postinst')
-rw-r--r--debian/plptools-kde.postinst3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/plptools-kde.postinst b/debian/plptools-kde.postinst
index 468896b..cefdb49 100644
--- a/debian/plptools-kde.postinst
+++ b/debian/plptools-kde.postinst
@@ -11,7 +11,8 @@ set -e
#
case "$1" in
configure)
- KONQRC=`kde-config --expandvars --install config`/konquerorrc
+ KDEBUGRC=`dpkg -S kdebugrc | awk '{print $2}'`
+ KONQRC=`dirname $KDEBUGRC`/konquerorrc
if test -f $KONQRC && grep -q '\[Notification Messages\]' $KONQRC ; then
cp $KONQRC $KONQRC.$$
cat $KONQRC.$$ | grep -v "askSaveinode/x-psion-drive=No" | sed \