#!/bin/bash ### This script is called after the user uninstalls the application. if [ "$wizard_data_action" = "delete" ]; then rm -rf $TRIM_APPDEST_VOL/@appshare/linker-docker fi exit 0