Hi,
I'm considering NMU-ing usbmuxd to update it to a more recent git snapshot.
I'm not really sure we want to remove completely the lockdown directory, even
at purge time. That directory will contains pairing records to various
idevices (usually managed by idevicepair). If there are records there, I don't
really think we want to remove them.
Maybe it'd be enough to rm /var/lib/lockdown/SystemConfiguration.plist ; rmdir
/var/lib/lockdown || true
That way, if usbmuxd was never used to actually pair an iphone/ipad, the
cleanup would be done, but otherwise no pairing record would be lost (that
beeing said, if the package is reinstalled later, the
SystemConfiguration.plist will be recreated, maybe with a different ID so I'm
unsure the pairing records will still be valid).
Regards,