Date: Saturday, April 30, 2016 @ 12:04:50 Author: arodseth Revision: 173107
upgpkg: alleyoop 0.9.8-4 Modified: alleyoop/trunk/PKGBUILD Deleted: alleyoop/trunk/alleyoop.install ------------------+ PKGBUILD | 7 +++---- alleyoop.install | 15 --------------- 2 files changed, 3 insertions(+), 19 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-30 10:04:18 UTC (rev 173106) +++ PKGBUILD 2016-04-30 10:04:50 UTC (rev 173107) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Contributor: Angelo Theodorou <[email protected]> # Contributor: Lex Rivera aka x-demon <[email protected]> # Contributor: Gianluca Sforna <[email protected]> @@ -6,7 +6,7 @@ pkgname=alleyoop pkgver=0.9.8 -pkgrel=3 +pkgrel=4 pkgdesc='Valgrind front-end for the GNOME environment' arch=('x86_64' 'i686') url='http://alleyoop.sourceforge.net/' @@ -13,7 +13,6 @@ license=('GPL2') depends=('valgrind' 'libgnomeui' 'hicolor-icon-theme') makedepends=('intltool' 'gendesk') -install="$pkgname.install" source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "http://roboticoverlords.org/$pkgname/${pkgname}16.png" "http://roboticoverlords.org/$pkgname/${pkgname}32.png" @@ -61,7 +60,7 @@ install -Dm644 "$pkgname.desktop" \ "$pkgdir/usr/share/applications/$pkgname.desktop" - # Cleaning up + # Clean up rm -r "$pkgdir/etc" } Deleted: alleyoop.install =================================================================== --- alleyoop.install 2016-04-30 10:04:18 UTC (rev 173106) +++ alleyoop.install 2016-04-30 10:04:50 UTC (rev 173107) @@ -1,15 +0,0 @@ -post_upgrade() { - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_install() { - post_upgrade -} - -post_remove() { - post_upgrade -} - -# vim:set ts=2 sw=2 et:
