summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Frilling2016-03-25 12:57:23 +0100
committerTobias Frilling2016-03-25 12:57:23 +0100
commit859300b1d8a539e42f3a83d491a7ac6bd75ae16d (patch)
treee929fa1050b44af16ec009dcba5c2110a2e06f26
parentf4a042adf21c7a3eebe89cfcc8afd4fab73fd4cd (diff)
downloadaur-859300b1d8a539e42f3a83d491a7ac6bd75ae16d.tar.gz
Change boot.install message
-rw-r--r--boot.install11
1 files changed, 10 insertions, 1 deletions
diff --git a/boot.install b/boot.install
index 0d634aadca0f..d40952f7e28b 100644
--- a/boot.install
+++ b/boot.install
@@ -1,3 +1,12 @@
+all_off="$(tput sgr0)"
+bold="${all_off}$(tput bold)"
+blue="${bold}$(tput setaf 4)"
+yellow="${bold}$(tput setaf 3)"
+
+note() {
+ printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
+}
+
post_upgrade() {
- echo "Run boot -u to update boot.jar"
+ note "Run 'boot -u' to update boot.jar"
}