Date: Thursday, April 28, 2016 @ 19:14:22 Author: fyan Revision: 266552
upgpkg: step 16.04.0-2 Hooks rebuild (part 1) Modified: step/trunk/PKGBUILD Deleted: step/trunk/step.install --------------+ PKGBUILD | 3 +-- step.install | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 17:09:07 UTC (rev 266551) +++ PKGBUILD 2016-04-28 17:14:22 UTC (rev 266552) @@ -4,7 +4,7 @@ pkgname=step pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="Interactive Physical Simulator" url="http://kde.org/applications/education/step/" arch=('i686' 'x86_64') @@ -12,7 +12,6 @@ groups=('kde-applications' 'kdeedu') depends=('libqalculate' 'gsl' 'knewstuff' 'khtml' 'kdelibs4support' 'hicolor-icon-theme') makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'mesa') -install=${pkgname}.install conflicts=('kdeedu-step') replaces=('kdeedu-step') source=("http://download.kde.org/stable/applications/${pkgver}/src/step-${pkgver}.tar.xz") Deleted: step.install =================================================================== --- step.install 2016-04-28 17:09:07 UTC (rev 266551) +++ step.install 2016-04-28 17:14:22 UTC (rev 266552) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
