On 13 September 2017 at 13:56, Ian Jackson <ijack...@chiark.greenend.org.uk> wrote: > Alexandre Detiste writes ("Re: Removal of upstart integration"): >> Please also sprinkle these maintainers scripts with some >> >> rmdir /etc/init --ignore-fail-on-non-empty > > That should be > > rmdir --ignore-fail-on-non-empty /etc/init > > in case an environment variable is set requesting traditional > (non-GNU) positional option parsing. > > Ian.
Bah, something new to learn. I thought dpkg removes conffile directories if they become empty?! I guess I am imagining things, or is it only for directories under /var and the like? -- Regards, Dimitri.