summarylogtreecommitdiffstats
path: root/iortcw-git.install
blob: 3c2c423ac55f251aae86c4cc419f016f5d0bd637 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pre_remove() {
    /bin/true
}

post_remove() {
    echo ">>> To complete the uninstallation remove the RtCW data directory:"
    echo ">>>    rm -r /opt/iortcw/"
    echo ">>>"
}
op=$1
shift

$op $*