Hi, I see what should be the problem.
As a workaround please edit
piuparts, around line 1790:
def run_scripts(self, step, ignore_errors=False):
""" Run custom scripts to given step post-install|remove|purge"""
if not settings.scriptsdirs:
- return
+ return 0
Or use --scriptsdir /some/empty/dir
Andreas

