Index: umc/python/setup/util.py =================================================================== --- umc/python/setup/util.py (Revision 33715) +++ umc/python/setup/util.py (Arbeitskopie) @@ -452,6 +452,10 @@ # Shut down temporary interface subprocess.call(['ifconfig', var.split('/')[1].replace('_', ':'), 'down']) + # call hooks + if os.path.exists('/usr/lib/univention-system-setup/appliance.post.hooks.d'): + subprocess.call( ['run-parts', '/usr/lib/univention-system-setup/appliance.hooks.post.d'] , stdout = f, stderr = f ) + # make sure that UMC servers and apache will not be restartet subprocess.call( CMD_ENABLE_EXEC_WITH_RESTART, stdout = f, stderr = f )