From 6f33a099afed735430011b5f929e6cfc18edf18d Mon Sep 17 00:00:00 2001 From: Det Date: Sun, 12 Jul 2015 23:40:24 +0300 Subject: [PATCH] Clean up .install --- .SRCINFO | 4 ++-- google-chrome-beta.install | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fbda135..5f016de 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -34,9 +34,9 @@ pkgbase = google-chrome-beta options = !strip source = eula_text.html md5sums = b7e752f549b215ac77f284b6486794b6 - source_i686 = google-chrome-beta_44.0.2403.61_i386.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_i386.deb + source_i686 = google-chrome-beta_44.0.2403.81_i386.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_i386.deb md5sums_i686 = 73d28cf324f6dc513c4867c425a24888 - source_x86_64 = google-chrome-beta_44.0.2403.61_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb + source_x86_64 = google-chrome-beta_44.0.2403.81_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb md5sums_x86_64 = c691ab5a8318bcaa1ea08b63fe5c00de pkgname = google-chrome-beta diff --git a/google-chrome-beta.install b/google-chrome-beta.install index e12869e..846ba20 100644 --- a/google-chrome-beta.install +++ b/google-chrome-beta.install @@ -15,21 +15,21 @@ 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 +}