Control: tag -1 + pending Michael Biebl: > When installing the apparmor package on a newly created system, the > following warning is generated in postinst:
> Setting up apparmor (2.11.0-6+b2) ... > diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or > directory > It's not clear whether this warning is something to be worried about. > Ideally the file is created before the relevant code is run or the code > is made conditional on the existence of the file. Indeed, thanks! A typical shell programming mistake prevents the existing attempt at silencing the call to diff from working. Fixed locally, will be fixed in next upload.

