summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2015-08-23 05:48:26 +0300
committerDet2015-08-23 05:48:26 +0300
commitf3157b2d49d32e768e00f8064fbb2ae84adde91a (patch)
treefb620963d21817392e5c067c0185b21f8e91085e
parent7761784e51f6751451779c2b7e00612011f2f633 (diff)
downloadaur-f3157b2d49d32e768e00f8064fbb2ae84adde91a.tar.gz
.install tweaks
-rw-r--r--firefox-beta-bin.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/firefox-beta-bin.install b/firefox-beta-bin.install
index 58a08d1c0902..6bf480c3df45 100644
--- a/firefox-beta-bin.install
+++ b/firefox-beta-bin.install
@@ -13,8 +13,9 @@ blue="${bold}$(tput setaf 4)"
yellow="${bold}$(tput setaf 3)"
_update() {
- msg_blue "Updating desktop database..."
+ msg_blue "Updating desktop MIME database..."
update-desktop-database -q
+
msg_blue "Updating icon cache.."
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}
@@ -22,11 +23,10 @@ _update() {
post_install() {
_update
note 1 "This package installs side-by-side with [extra]'s firefox."
- note 2 "The binary is called 'firefox-beta'."
+ note 2 "The launcher is called: 'firefox-beta'."
}
post_upgrade() {
- #_update
post_install
}