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

Stéphane Gaudreault stephane at archlinux.org
Mon Oct 1 19:44:20 UTC 2012


    Date: Monday, October 1, 2012 @ 15:44:19
  Author: stephane
Revision: 167385

upgpkg: konversation 1.4-2

python 3.3.0 rebuild

Modified:
  konversation/trunk/PKGBUILD
  konversation/trunk/konversation.install

----------------------+
 PKGBUILD             |    2 +-
 konversation.install |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-01 19:35:31 UTC (rev 167384)
+++ PKGBUILD	2012-10-01 19:44:19 UTC (rev 167385)
@@ -6,7 +6,7 @@
 
 pkgname=konversation
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A user friendly IRC client for KDE"
 arch=('i686' 'x86_64')
 url="http://konversation.kde.org"

Modified: konversation.install
===================================================================
--- konversation.install	2012-10-01 19:35:31 UTC (rev 167384)
+++ konversation.install	2012-10-01 19:44:19 UTC (rev 167385)
@@ -1,12 +1,12 @@
 post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
    update-desktop-database -q
 }
 
 post_upgrade() {
-	post_install
+   post_install
 }
 
 post_remove() {
-	post_install
+   post_install
 }




More information about the arch-commits mailing list