Date: Wednesday, April 27, 2016 @ 19:44:35 Author: fyan Revision: 172128
upgpkg: partitionmanager 2.1.0-2 Hooks rebuild (part 1) Modified: partitionmanager/trunk/PKGBUILD Deleted: partitionmanager/trunk/partitionmanager.install --------------------------+ PKGBUILD | 5 ++--- partitionmanager.install | 11 ----------- 2 files changed, 2 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-27 17:41:13 UTC (rev 172127) +++ PKGBUILD 2016-04-27 17:44:35 UTC (rev 172128) @@ -5,14 +5,13 @@ pkgname=partitionmanager pkgver=2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A KDE utility that allows you to manage disks, partitions, and file systems" arch=(i686 x86_64) url="http://kde.org/applications/system/kdepartitionmanager/" license=(GPL2) depends=(kpmcore hicolor-icon-theme) -makedepends=(extra-cmake-modules kdoctools) -install=$pkgname.install +makedepends=(extra-cmake-modules kdoctools python) source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz") md5sums=('c8ead3bad8b86b6ce2f21e9b3e268cca') Deleted: partitionmanager.install =================================================================== --- partitionmanager.install 2016-04-27 17:41:13 UTC (rev 172127) +++ partitionmanager.install 2016-04-27 17:44:35 UTC (rev 172128) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
