Package: libticables3
Version: 3.9.6-3
When testing libticables3 with piuparts I get the following error:
0m7.1s ERROR: Package purging left files on system:
/etc/udev
owned by: libticables3
/etc/udev/rules.d
owned by: libticables3
/etc/udev/rules.d/025_libticables.rules
My analysis: the postrm script tries to remove the link when the package
is purged, but this is too late: dpkg does not know about the link
in /etc/udev/rules.d, so it tries to remove the directories already when
the package is being removed, before it is being purged.
I guess the link should be removed already when the package is purged?
Alternatively, don't put /etc/udev/rules.d into the package, create it
in postinst (and remove in postrm).
--
Fundamental truth #1: Complexity is the enemy.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]