diff options
author | root <root@rshg054.dnsready.net> | 2012-07-19 00:01:52 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-19 00:01:52 +0000 |
commit | 6b87f8519dc037f4fd4c19d8f36b7d7565559bd3 (patch) | |
tree | 4c1b86f91ce9c742867b6eecd4857b20919cd713 /community/glom | |
parent | 63d179775e063452db6358e15b9847e7fc6c84b6 (diff) |
Thu Jul 19 00:01:52 UTC 2012
Diffstat (limited to 'community/glom')
-rw-r--r-- | community/glom/PKGBUILD | 7 | ||||
-rw-r--r-- | community/glom/glom.install | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/community/glom/PKGBUILD b/community/glom/PKGBUILD index 8d2259f1f..59385e1e9 100644 --- a/community/glom/PKGBUILD +++ b/community/glom/PKGBUILD @@ -1,11 +1,12 @@ -# $Id: PKGBUILD 69730 2012-04-23 09:07:06Z ibiru $ -# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com> +# $Id: PKGBUILD 73993 2012-07-18 01:06:54Z ibiru $ +# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> +# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=glom pkgver=1.22.0 -pkgrel=1 +pkgrel=2 pkgdesc="An easy-to-use database designer and user interface" arch=('i686' 'x86_64') url="http://www.glom.org/" diff --git a/community/glom/glom.install b/community/glom/glom.install index 1ad77f9aa..2b88145e3 100644 --- a/community/glom/glom.install +++ b/community/glom/glom.install @@ -5,11 +5,9 @@ post_install() { } post_upgrade() { - post_install $1 + post_install } post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q - update-mime-database usr/share/mime > /dev/null + post_install } |