summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2016-04-28 15:13:05 +0200
committermax.bra2016-04-28 15:13:05 +0200
commitc008984887558f7867a1286b7f4afd88a8bda594 (patch)
tree41d1a8299e8b3479429f2cb847344a2a0f30e913
parentfe3e031dac4c308834a86b8b376b303c3541c3ec (diff)
downloadaur-c008984887558f7867a1286b7f4afd88a8bda594.tar.gz
pacman hook update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--gnome-gmail.install9
3 files changed, 3 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b3029f8247c..c84cce06b227 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 10 15:07:39 UTC 2016
+# Thu Apr 28 13:13:05 UTC 2016
pkgbase = gnome-gmail
pkgdesc = It allows desktop mail actions, such as 'Send File as Email' or web 'mailto' links, to be handled by the Gmail web client.
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://davesteele.github.io/gnome-gmail/index.html
install = gnome-gmail.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index f7a27f1b6d99..984f8cc69a8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gnome-gmail
pkgver=2.0.1
_pkgbranch=master
-pkgrel=1
+pkgrel=2
pkgdesc="It allows desktop mail actions, such as 'Send File as Email' or web 'mailto' links, to be handled by the Gmail web client."
arch=('any')
url="https://davesteele.github.io/gnome-gmail/index.html"
diff --git a/gnome-gmail.install b/gnome-gmail.install
index 5c1bce5009b0..e1f79fc02187 100644
--- a/gnome-gmail.install
+++ b/gnome-gmail.install
@@ -3,14 +3,5 @@ post_install() {
==> Restart Gnome session.
==> Available config at ~/.config/gnome-gmail/gnome-gmail.conf.
EOF
- update-desktop-database -q
-}
-
-post_remove() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
}