summarylogtreecommitdiffstats
path: root/atdtool.install
blob: c9e49c099ae329c4dc9ba20c84f49565df7a4994 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo -e "\e[31mWARNING:\e[0m service.afterthedeadline.com does not respond anymore."
  echo -e "You may try \e[1mpylanguagetool-git\e[0m as an alternative.
  "
}

post_upgrade() {
  echo -e "\e[31mWARNING:\e[0m service.afterthedeadline.com does not respond anymore."
  echo -e "You may try \e[1mpylanguagetool-git\e[0m as an alternative.
  "
}