summarylogtreecommitdiffstats
path: root/phoenix-emu-project.install
diff options
context:
space:
mode:
Diffstat (limited to 'phoenix-emu-project.install')
-rw-r--r--phoenix-emu-project.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/phoenix-emu-project.install b/phoenix-emu-project.install
new file mode 100644
index 000000000000..158e41df1b00
--- /dev/null
+++ b/phoenix-emu-project.install
@@ -0,0 +1,10 @@
+post_install () {
+ echo -e "\t\033[0;31mNote\033[0m"
+ echo -e "\tNow most of the interface is only available in Russian."
+ echo -e "\tHowever, the developer plans to implement a multilanguage interface."
+}
+post_upgrade () {
+ echo -e "\t\033[0;31mNote\033[0m"
+ echo -e "\tNow most of the interface is only available in Russian."
+ echo -e "\tHowever, the developer plans to implement a multilanguage interface."
+}