summarylogtreecommitdiffstats
path: root/atdtool.install
diff options
context:
space:
mode:
Diffstat (limited to 'atdtool.install')
-rw-r--r--atdtool.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/atdtool.install b/atdtool.install
new file mode 100644
index 000000000000..c9e49c099ae3
--- /dev/null
+++ b/atdtool.install
@@ -0,0 +1,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.
+ "
+}