[arch-commits] Commit in basket/trunk (PKGBUILD basket.install)

Antonio Rojas arojas at archlinux.org
Wed May 4 20:22:25 UTC 2016


    Date: Wednesday, May 4, 2016 @ 22:22:25
  Author: arojas
Revision: 266885

Hooks

Modified:
  basket/trunk/PKGBUILD
Deleted:
  basket/trunk/basket.install

----------------+
 PKGBUILD       |    3 +--
 basket.install |   13 -------------
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-04 20:20:26 UTC (rev 266884)
+++ PKGBUILD	2016-05-04 20:22:25 UTC (rev 266885)
@@ -5,13 +5,12 @@
 
 pkgname=basket
 pkgver=1.81
-pkgrel=6
+pkgrel=7
 pkgdesc="All-purpose notes taker for KDE."
 arch=('i686' 'x86_64')
 url="http://basket.kde.org/"
 depends=('kdelibs' 'gpgme' 'qimageblitz' 'hicolor-icon-theme' 'kdebase-runtime')
 makedepends=('cmake' 'automoc4')
-install=$pkgname.install
 license=('GPL')
 source=(http://basket.kde.org/downloads/$pkgname-$pkgver.tar.bz2)
 sha1sums=('209d92048523f341259d79510fa56977690e5dfc')

Deleted: basket.install
===================================================================
--- basket.install	2016-05-04 20:20:26 UTC (rev 266884)
+++ basket.install	2016-05-04 20:22:25 UTC (rev 266885)
@@ -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
-}
-



More information about the arch-commits mailing list