summarylogtreecommitdiffstats
path: root/ccstudio.install
blob: 05a84810c9c81f82de8acca1bb7e89367243c092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
_dir=/opt/ccstudio/ccsv7

post_install() {
    echo ">>> To install software from within CCS, run ccstudio as root."
    echo ">>> For normal usage, run as normal user."
}

post_remove() {
    # Since CCS manages its own updates, and treats it's install directory
    # as its working directory, there's cache and trash left over
    # NOTE: other directories (${_dir}/tools) might have also been created, but
    # some are owned by other packages (e.g. compiler), so be conservative.
    rm -rf ${_dir}/eclipse
}