summarylogtreecommitdiffstats
path: root/tmpreaper.install
blob: 9d9dd54e953275d67c6d687a7b0aea9f24209cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  echo
  echo "Please read /usr/share/doc/tmpreaper/README.security.gz first;"
  echo "edit /etc/tmpreaper.conf to remove the warning (look for SHOWWARNING)."
  echo
  echo "Timer can enabled with: systemctl enable tmpreaper.timer"
  echo
}

post_upgrade() {
  post_install "${1}"
}