Date: Thursday, April 28, 2016 @ 22:53:47 Author: arojas Revision: 266603
Hooks Modified: spectacle/trunk/PKGBUILD Deleted: spectacle/trunk/spectacle.install -------------------+ PKGBUILD | 3 +-- spectacle.install | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 20:52:04 UTC (rev 266602) +++ PKGBUILD 2016-04-28 20:53:47 UTC (rev 266603) @@ -3,7 +3,7 @@ pkgname=spectacle pkgver=16.04.0 -pkgrel=2 +pkgrel=3 pkgdesc="KDE screenshot capture utility" arch=(i686 x86_64) url='https://www.kde.org/applications/graphics/' @@ -16,7 +16,6 @@ source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" spectacle-hidpi.patch::"https://quickgit.kde.org/?p=spectacle.git&a=commitdiff&h=3d4dcacc&o=plain" kdebug-362241.patch) -install=$pkgname.install md5sums=('231a565255ff420b2a8b0974530b1c28' '53e7af8dd42eb968d642d110f0a69be1' '4cc380edb046432832fc6a3aeb926d82') Deleted: spectacle.install =================================================================== --- spectacle.install 2016-04-28 20:52:04 UTC (rev 266602) +++ spectacle.install 2016-04-28 20:53:47 UTC (rev 266603) @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
