#!/bin/sh if [ "$1" = "remove" ]; then /opt/microsoft/auoms/bin/auomsctl disable fi exit 0