K 10 svn:author V 3 jrm K 8 svn:date V 27 2020-09-28T08:52:38.527122Z K 7 svn:log V 412 mail/getmail6: fix build errors on package-as-user This build fails as user, because in python3 __pycache__ files are always created with root as owner. Therefore, the @${CHMOD} command in post-install: fails when run as user. Upon closer inspection, the @${CHMOD} operation is superfluous. File permissions in the final package are fine without it. PR: 249175 Submitted by: m.bueker@berlin.de (maintainer) END