Date: Friday, April 29, 2016 @ 13:51:09 Author: jlichtblau Revision: 172704
upgpkg: freemind 1.0.1-2 pacman hooks part 1 rebuild Modified: freemind/trunk/PKGBUILD Deleted: freemind/trunk/freemind.install ------------------+ PKGBUILD | 5 ++--- freemind.install | 11 ----------- 2 files changed, 2 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-29 11:47:13 UTC (rev 172703) +++ PKGBUILD 2016-04-29 11:51:09 UTC (rev 172704) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Jaroslav Lichtblau <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> # Contributor: Ray Rashif <[email protected]> # Contributor: Corrado Primier <[email protected]> # Contributor: Vinay S Shastry <[email protected]> @@ -6,13 +6,12 @@ pkgname=freemind pkgver=1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="A Java mindmapping tool" arch=('any') url="http://sourceforge.net/projects/freemind" license=('GPL') depends=('java-runtime' 'desktop-file-utils' 'libxtst') -install=$pkgname.install source=(http://downloads.sourceforge.net/$pkgname/$pkgname-bin-max-$pkgver.zip $pkgname.png $pkgname.desktop Deleted: freemind.install =================================================================== --- freemind.install 2016-04-29 11:47:13 UTC (rev 172703) +++ freemind.install 2016-04-29 11:51:09 UTC (rev 172704) @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -}
