summarylogtreecommitdiffstats
path: root/google-chrome-beta.install
diff options
context:
space:
mode:
authorDet2015-06-14 04:13:27 +0300
committerDet2015-06-14 04:14:15 +0300
commitfd8c9b22e51d19acd43197676cf7814d7f3b7603 (patch)
tree4f0d545e44d1997397b3e4dd712e9eeb33be6504 /google-chrome-beta.install
downloadaur-fd8c9b22e51d19acd43197676cf7814d7f3b7603.tar.gz
Initial import: 44.0.2403.39-1
Diffstat (limited to 'google-chrome-beta.install')
-rw-r--r--google-chrome-beta.install35
1 files changed, 35 insertions, 0 deletions
diff --git a/google-chrome-beta.install b/google-chrome-beta.install
new file mode 100644
index 000000000000..e12869e40247
--- /dev/null
+++ b/google-chrome-beta.install
@@ -0,0 +1,35 @@
+# 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)"
+
+_update() {
+ msg_blue "Updating desktop MIME database..."
+ update-desktop-database -q
+ msg_blue "Updating icon cache.."
+ xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+}
+
+post_install() {
+ _update
+ note "The launcher is called: 'google-chrome-beta'"
+}
+
+
+post_upgrade() {
+ post_install
+}
+
+
+post_remove() {
+ _update
+} \ No newline at end of file