Date: Saturday, May 14, 2016 @ 13:06:01 Author: arojas Revision: 175334
Hooks Modified: xonotic/trunk/PKGBUILD Deleted: xonotic/trunk/xonotic.install -----------------+ PKGBUILD | 3 +-- xonotic.install | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-14 11:01:48 UTC (rev 175333) +++ PKGBUILD 2016-05-14 11:06:01 UTC (rev 175334) @@ -3,7 +3,7 @@ # Contributor: Jookia <[email protected]> pkgname=xonotic pkgver=0.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="A free, fast-paced crossplatform first-person shooter" arch=('i686' 'x86_64') url="http://xonotic.org" @@ -18,7 +18,6 @@ md5sums=('8890191a21d2ea7b64447eee58b29f9f' '129df417236445b086fe78cafd01756c' '2d3367d90889112d73ac2b8c17fb5840') -install=xonotic.install build() { # compile Xonotic-flavored fteqcc Deleted: xonotic.install =================================================================== --- xonotic.install 2016-05-14 11:01:48 UTC (rev 175333) +++ xonotic.install 2016-05-14 11:06:01 UTC (rev 175334) @@ -1,12 +0,0 @@ -post_install() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
