summarylogtreecommitdiffstats
path: root/.install
diff options
context:
space:
mode:
Diffstat (limited to '.install')
-rw-r--r--.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/.install b/.install
new file mode 100644
index 000000000000..b704ca567fe0
--- /dev/null
+++ b/.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo "Notice: Since limnoria now only supports python3, "
+ echo "Original executive supybot3 in limnoria-python3(-git)"
+ echo "has been replaced by supybot."
+}
+
+post_upgrade() {
+ echo "Notice: Since limnoria now only supports python3, "
+ echo " Original executive supybot3 in limnoria-python3(-git)"
+ echo " has been replaced by supybot, same goes for other executives."
+}