summarylogtreecommitdiffstats
path: root/chromium-snapshot-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-snapshot-bin.install')
-rw-r--r--chromium-snapshot-bin.install13
1 files changed, 4 insertions, 9 deletions
diff --git a/chromium-snapshot-bin.install b/chromium-snapshot-bin.install
index ea7b020eefbd..f95082789bd3 100644
--- a/chromium-snapshot-bin.install
+++ b/chromium-snapshot-bin.install
@@ -1,10 +1,10 @@
# Colored makepkg-like functions
msg_blue() {
- printf "${blue}==>${bold} ${1}${all_off}\n"
+ printf "${blue}==>${bold} $1${all_off}\n"
}
note() {
- printf "${yellow}==>${bold} ${1}${all_off}\n"
+ printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
}
all_off="$(tput sgr0)"
@@ -13,13 +13,8 @@ blue="${bold}$(tput setaf 4)"
yellow="${bold}$(tput setaf 3)"
post_install() {
- note "Pepper Flash is now auto-detected from: /usr/lib/PepperFlash/ (pepper-flash [AUR])
- echo
-
- note "Custom flags should be put directly in: ~/.config/chromium-flags.conf
- (CHROMIUM_FLAGS is deprecated.)"
- echo
-
+ note "Pepper Flash is now auto-detected from: /usr/lib/PepperFlash/ (AUR/pepper-flash)"
+ note "Custom flags should be put directly in: ~/.config/chromium-flags.conf"
note "The launcher is called: 'chromium-snapshot-bin'"
}