summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nonprism/choqok/PKGBUILD5
-rw-r--r--nonprism/choqok/choqok.install11
2 files changed, 2 insertions, 14 deletions
diff --git a/nonprism/choqok/PKGBUILD b/nonprism/choqok/PKGBUILD
index 1ee5bfff4..51c712329 100644
--- a/nonprism/choqok/PKGBUILD
+++ b/nonprism/choqok/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 149983 2015-12-07 15:41:10Z fyan $
+# $Id: PKGBUILD 174227 2016-05-07 18:29:37Z arojas $
# Maintainer (Arch): Peter Richard Lewis <plewis@aur.archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
# Contributor (Arch): Emanuele Rossi <newdna1510@yahoo.it>
@@ -7,7 +7,7 @@
pkgname=choqok
pkgver=1.5
-pkgrel=4.nonprism1
+pkgrel=5.nonprism1
pkgdesc="A Pump.io/GNU social client for KDE, without Twitter support"
url='http://choqok.gnufolks.org/'
license=('GPL')
@@ -18,7 +18,6 @@ depends=('kdebase-runtime' 'qjson' 'qoauth')
makedepends=('cmake' 'automoc4' 'telepathy-qt')
optdepends=('kdebase-konqueror: proxy support'
'telepathy-qt: IMstatus plugin')
-install="${pkgname}.install"
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
md5sums=('f2efdd76199f8276e8ac2f76dc600596')
diff --git a/nonprism/choqok/choqok.install b/nonprism/choqok/choqok.install
deleted file mode 100644
index e70c054ec..000000000
--- a/nonprism/choqok/choqok.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}