Date: Thursday, May 19, 2016 @ 22:18:20 Author: arodseth Revision: 175736
upgpkg: midori-gtk2 0.5.11-4 Modified: midori-gtk2/trunk/PKGBUILD Deleted: midori-gtk2/trunk/midori.install ----------------+ PKGBUILD | 5 ++--- midori.install | 14 -------------- 2 files changed, 2 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-19 20:11:30 UTC (rev 175735) +++ PKGBUILD 2016-05-19 20:18:20 UTC (rev 175736) @@ -1,5 +1,5 @@ # $Id: PKGBUILD 139371 2015-09-06 21:13:29Z arodseth $ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Contributor: Andreas Radke <[email protected]> # Contributor: rabyte <rabyte.at.gmail.dot.com> # Contributor: Johannes Krampf <wuischke.at.amule.dot.org> @@ -8,12 +8,11 @@ pkgname=midori-gtk2 pkgver=0.5.11 -pkgrel=3 +pkgrel=4 pkgdesc='Lightweight web browser (GTK2)' arch=('x86_64' 'i686') url='http://www.midori-browser.org/' license=('LGPL2.1') -install='midori.install' conflicts=('midori') provides=('midori') depends=('webkitgtk2' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'gcr' 'zeitgeist') Deleted: midori.install =================================================================== --- midori.install 2016-05-19 20:11:30 UTC (rev 175735) +++ midori.install 2016-05-19 20:18:20 UTC (rev 175736) @@ -1,14 +0,0 @@ -post_install() { - update-desktop-database -q - gtk-update-icon-cache -f -q -t usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} - -# vim:set ts=2 sw=2 et:
