From bc5b36f950dadfbe9dfb4f467aaf1b858e6f68a6 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 2 Jan 2023 16:40:05 +0100 Subject: google-chrome new --- google-chrome/google-chrome.install | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 google-chrome/google-chrome.install (limited to 'google-chrome/google-chrome.install') diff --git a/google-chrome/google-chrome.install b/google-chrome/google-chrome.install new file mode 100644 index 000000000..66ad3b77a --- /dev/null +++ b/google-chrome/google-chrome.install @@ -0,0 +1,22 @@ +# Colored makepkg-like functions +msg_blue() { + printf "${blue}==>${bold} $1${all_off}\n" +} + +note() { + printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n" +} + +all_off="$(tput sgr0)" +bold="${all_off}$(tput bold)" +blue="${bold}$(tput setaf 4)" +yellow="${bold}$(tput setaf 3)" + +post_install() { + note "Custom flags should be put directly in: ~/.config/chrome-flags.conf" + note "The launcher is called: 'google-chrome-stable'" +} + +post_upgrade() { + post_install +} -- cgit v1.2.3-54-g00ecf