[arch-commits] Commit in kdeedu-rocs/kde-unstable (PKGBUILD kdeedu-rocs.install)

Andrea Scarpino andrea at archlinux.org
Sat Nov 17 11:59:41 UTC 2012


    Date: Saturday, November 17, 2012 @ 06:59:40
  Author: andrea
Revision: 171374

KDE 4.10 beta1 - fixes

Added:
  kdeedu-rocs/kde-unstable/kdeedu-rocs.install
Modified:
  kdeedu-rocs/kde-unstable/PKGBUILD

---------------------+
 PKGBUILD            |    2 +-
 kdeedu-rocs.install |   11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-17 11:59:36 UTC (rev 171373)
+++ PKGBUILD	2012-11-17 11:59:40 UTC (rev 171374)
@@ -11,9 +11,9 @@
 groups=('kde' 'kdeedu')
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
 source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz")
 sha1sums=('a3feecc05b8408ccfa1d101554a8916b5700649f')
-options=('!makeflags')
 
 build() {
   cd "${srcdir}"

Added: kdeedu-rocs.install
===================================================================
--- kdeedu-rocs.install	                        (rev 0)
+++ kdeedu-rocs.install	2012-11-17 11:59:40 UTC (rev 171374)
@@ -0,0 +1,11 @@
+post_install() {
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list