Date: Friday, May 13, 2016 @ 22:32:55 Author: arojas Revision: 175254
Hooks Modified: gemrb/trunk/PKGBUILD gemrb/trunk/gemrb.install ---------------+ PKGBUILD | 2 +- gemrb.install | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-13 20:30:10 UTC (rev 175253) +++ PKGBUILD 2016-05-13 20:32:55 UTC (rev 175254) @@ -2,7 +2,7 @@ # Maintainer: Lukas Jirkovsky <[email protected]> pkgname=gemrb pkgver=0.8.4 -pkgrel=1 +pkgrel=2 pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. Baldur's Gate" arch=('i686' 'x86_64') url="http://www.gemrb.org/" Modified: gemrb.install =================================================================== --- gemrb.install 2016-05-13 20:30:10 UTC (rev 175253) +++ gemrb.install 2016-05-13 20:32:55 UTC (rev 175254) @@ -9,12 +9,9 @@ 4. Now You can start the game by executing "gemrb" at the command line prompt EOF - - gtk-update-icon-cache -f /usr/share/icons/hicolor/ } post_remove() { echo "Don't forget to remove game data files." - gtk-update-icon-cache -f /usr/share/icons/hicolor/ }
