Date: Tuesday, March 1, 2011 @ 13:09:48 Author: ibiru Revision: 111895
upgpkg: firefox 3.6.14-1 update to 3.6.14 Modified: firefox/trunk/PKGBUILD firefox/trunk/firefox.install -----------------+ PKGBUILD | 6 +++--- firefox.install | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-01 18:07:49 UTC (rev 111894) +++ PKGBUILD 2011-03-01 18:09:48 UTC (rev 111895) @@ -2,9 +2,9 @@ # Contributor: Jakub Schmidtke <[email protected]> pkgname=firefox -pkgver=3.6.13 +pkgver=3.6.14 pkgrel=1 -_xulver=1.9.2.13 +_xulver=1.9.2.14 pkgdesc="Standalone web browser from mozilla.org" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL') @@ -21,7 +21,7 @@ firefox-version.patch firefox-agent.patch python2.7.patch) -md5sums=('d7c90aed8209beefa74badf02e8eeae1' +md5sums=('ab0d00cd33e6b2388429dda1c01abd01' 'ca385167401b98ef7adc6529e4b53205' 'bdeb0380c7fae30dd0ead6d2d3bc5873' '6f38a5899034b7786cb1f75ad42032b8' Modified: firefox.install =================================================================== --- firefox.install 2011-03-01 18:07:49 UTC (rev 111894) +++ firefox.install 2011-03-01 18:09:48 UTC (rev 111895) @@ -7,6 +7,6 @@ } post_remove() { - update-desktop-database -q + post_install $1 }
