summarylogtreecommitdiffstats
path: root/atom-editor-beta-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'atom-editor-beta-bin.install')
-rw-r--r--atom-editor-beta-bin.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/atom-editor-beta-bin.install b/atom-editor-beta-bin.install
index 959a05111b50..8082b5661173 100644
--- a/atom-editor-beta-bin.install
+++ b/atom-editor-beta-bin.install
@@ -3,6 +3,10 @@ msg_blue() {
printf "${blue}==>${bold} $1${all_off}\n"
}
+note() {
+ printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
+}
+
_update() {
msg_blue "Updating desktop MIME database..."
update-desktop-database -q
@@ -10,6 +14,7 @@ _update() {
post_install() {
_update
+ note "Custom flags should be put directly in: ~/.config/atom-editor-beta-flags.conf"
}
post_upgrade() {