Date: Monday, May 23, 2016 @ 20:16:33 Author: arodseth Revision: 176147
upgpkg: unetbootin 619-2 Modified: unetbootin/trunk/PKGBUILD Deleted: unetbootin/trunk/unetbootin.install --------------------+ PKGBUILD | 7 +++---- unetbootin.install | 13 ------------- 2 files changed, 3 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-23 18:06:51 UTC (rev 176146) +++ PKGBUILD 2016-05-23 18:16:33 UTC (rev 176147) @@ -1,12 +1,12 @@ # $Id$ -# Maintainer: Alexander Rødseth <rods...@gmail.com> -# Contributor: Det <nimetonmaili at gmail a-dot com> +# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> +# Contributor: Det <nimetonma...@gmail.com> # Contributor: Godane aka Christopher Rogers <slaxemula...@gmail.com> # Contributor: Michai Coman <mi...@m1x.ro> pkgname=unetbootin pkgver=619 -pkgrel=1 +pkgrel=2 arch=('x86_64' 'i686') license=('GPL') pkgdesc='Create bootable Live USB drives' @@ -15,7 +15,6 @@ makedepends=('setconf' 'git') optdepends=('polkit: run unetbootin directly from menu' 'zenity: display an error if no authentication agent is found') -install="$pkgname.install" source=("git://github.com/$pkgname/$pkgname.git#tag=$pkgver" 'org.archlinux.pkexec.unetbootin.policy' 'unetbootin_polkit.sh' Deleted: unetbootin.install =================================================================== --- unetbootin.install 2016-05-23 18:06:51 UTC (rev 176146) +++ unetbootin.install 2016-05-23 18:16:33 UTC (rev 176147) @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - -# vim:set ts=2 sw=2 et: