summarylogtreecommitdiffstats
path: root/Murty.install
diff options
context:
space:
mode:
Diffstat (limited to 'Murty.install')
-rw-r--r--Murty.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/Murty.install b/Murty.install
new file mode 100644
index 000000000000..0ac3d0936110
--- /dev/null
+++ b/Murty.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo
+ echo " ----------------------------------------------------------------------------"
+ echo " This package is deprecated. Please use the packages 'otf-tiro-indigo-git'"
+ echo " or 'ttf-tiro-indigo-git' package instead."
+ echo " ----------------------------------------------------------------------------"
+ echo
+}
+
+post_upgrade() {
+ post_install $1
+}