#!/bin/sh if [ "$SYNOPKG_PKG_STATUS" != UPGRADE ]; then if [ "$pkgwizard_remove_setting" = "true" ]; then for tool in service portal shortcut vhost php package script-language; do /var/packages/WebStation/target/tools/synowebservice "$tool" remove-all done fi fi /var/packages/WebStation/target/tools/synowebservice plugin-pkg release-all exit 0