summarylogtreecommitdiffstats
path: root/tmpwatch.install
blob: 234a547f0dfd7ff7c1e30064ab384ec1f2be3bcc (plain)
1
2
3
4
5
6
7
8
9
10
11

post_upgrade() {
  cat << _EOF 

* IMPORTANT: Location of the tmpwatch binary has changed
* from /usr/sbin to /usr/bin -- be sure to update any
* scripts or cron jobs.

_EOF
}