Date: Friday, May 20, 2016 @ 21:41:19 Author: arojas Revision: 175964
Hooks Modified: openra/trunk/PKGBUILD openra/trunk/openra.install ----------------+ PKGBUILD | 2 +- openra.install | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-20 19:39:01 UTC (rev 175963) +++ PKGBUILD 2016-05-20 19:41:19 UTC (rev 175964) @@ -3,7 +3,7 @@ # Contributor: Matthew Bowra-Dean <[email protected]> pkgname=openra pkgver=20160508 -pkgrel=1 +pkgrel=2 pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono and OpenGL" arch=('any') url="http://www.openra.net" Modified: openra.install =================================================================== --- openra.install 2016-05-20 19:39:01 UTC (rev 175963) +++ openra.install 2016-05-20 19:41:19 UTC (rev 175964) @@ -1,14 +1,4 @@ -post_upgrade() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_install() { - post_upgrade -} - post_remove() { echo "openra downloaded data files to ~/.openra/Content and you might want" echo "to delete those." - post_upgrade }
