summarylogtreecommitdiffstats
path: root/phoenix-emu-project.install
blob: 158e41df1b00be5894266badfc4e9c2a2007933b (plain)
1
2
3
4
5
6
7
8
9
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."
}