On 2012-03-23 15:09, Simon McVittie wrote: > Sure, that's the desired result; what I'm asking is, would having an > empty dpkg-managed directory as suggested actually achieve it, or is it > necessary to rm -rf it in the postrm anyway?
dpkg won't touch anything it does not know. So you'll need a rm -rf to properly cleanup anything the server may create. Andreas -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

