mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
10 lines
255 B
Text
10 lines
255 B
Text
|
post_install() {
|
||
|
echo
|
||
|
echo -e "Bashrun 0.14 installation is complete!
|
||
|
|
||
|
\033[1;31mUsers upgrading from versions <=0.6\033[0m will need to
|
||
|
delete or rename their user configuration file due to substantial
|
||
|
changes in the configuration file handling."
|
||
|
}
|
||
|
|