summarylogtreecommitdiffstats
path: root/Murty.install
diff options
context:
space:
mode:
authorAndré Kugland2023-01-05 03:32:17 -0300
committerAndré Kugland2023-01-05 03:32:17 -0300
commit7da73ffa328be3c8d4e75cfa7c0d10a4a8c38aeb (patch)
treea62ab17333882fe8c2093c49e233854a77bbb9d8 /Murty.install
parentfad65198fb3145a49dcbaf0431b8dcb2075cb331 (diff)
downloadaur-7da73ffa328be3c8d4e75cfa7c0d10a4a8c38aeb.tar.gz
Deprecated package
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
+}