summarylogtreecommitdiffstats
path: root/trafficserver.install
blob: 9d5942a5e60e0f94cd7f8f26003327a164e2f24c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_upgrade() {
    # There are configuration changes required when upgrading to major
    # version 4.
    if [[ "${2%%.*}" -lt 4 ]]; then
        echo 'Please review your configuration when upgrading to v4:'
        echo ' https://cwiki.apache.org/confluence/display/TS/Upgrading+to+v4.0'
    fi
}

post_remove() {
	echo 'Tserver log files and cache files must be cleaned up manually.'
}