#!/bin/bash
BaseDir=$(dirname $(readlink -f "$0"))
uninstall_app() {
# do nothing
echo ""
}
uninstall_app