#!/bin/sh
UPDATE=/opt/open-xchange/appsuite/share/update-themes.sh
[ -x $UPDATE ] && ( $UPDATE || [ "$1" = "failed-upgrade" ] )
