Date: Wednesday, April 27, 2016 @ 23:24:55 Author: arojas Revision: 172204
Hooks Modified: rsibreak/trunk/PKGBUILD Deleted: rsibreak/trunk/rsibreak.install ------------------+ PKGBUILD | 3 +-- rsibreak.install | 13 ------------- 2 files changed, 1 insertion(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-27 21:21:56 UTC (rev 172203) +++ PKGBUILD 2016-04-27 21:24:55 UTC (rev 172204) @@ -3,7 +3,7 @@ pkgname=rsibreak pkgver=0.12.2 -pkgrel=1 +pkgrel=2 pkgdesc="Takes care of your health and regularly breaks your work to avoid repetitive strain injury (RSI)" url="https://userbase.kde.org/RSIBreak" arch=(i686 x86_64) @@ -11,7 +11,6 @@ depends=(knotifyconfig kidletime hicolor-icon-theme) makedepends=(extra-cmake-modules kdoctools python) source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz") -install=$pkgname.install md5sums=('5136d10fe592ed57b06e2e733244d90c') prepare() { Deleted: rsibreak.install =================================================================== --- rsibreak.install 2016-04-27 21:21:56 UTC (rev 172203) +++ rsibreak.install 2016-04-27 21:24:55 UTC (rev 172204) @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -
