Package: plptools-kde
Severity: normal
Tags: patch
In the scripts the result of the expression
dpkg -S kdebugrc | awk '{print $2}'
is passed as an argument to the "dirname" command. This, however,
does only work as long as the expression returns a single result.
If the expression returns something like
/etc/kde3/kdebugrc
/etc/skel/.kde/share/config/kdebugrc
Then the script crashes and leaves the package uninstallable or
undeinstallable. Resolution: change the expression to
dpkg -S kdebugrc | awk '{print $2}' | head -n 1
best regards,
Fionn
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (990, 'testing'), (700, 'unstable'), (110, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-b
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]