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

Felix Yan fyan at archlinux.org
Thu Apr 28 17:39:07 UTC 2016


    Date: Thursday, April 28, 2016 @ 19:39:06
  Author: fyan
Revision: 172436

upgpkg: xmind 3.6.1-2

Hooks rebuild (part 1)

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

---------------+
 PKGBUILD      |    3 +--
 xmind.install |   16 ----------------
 2 files changed, 1 insertion(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-28 17:32:49 UTC (rev 172435)
+++ PKGBUILD	2016-04-28 17:39:06 UTC (rev 172436)
@@ -6,7 +6,7 @@
 pkgname=xmind
 pkgver=3.6.1
 _filename=$pkgname-7-update1-linux
-pkgrel=1
+pkgrel=2
 pkgdesc="Brainstorming and Mind Mapping Software"
 arch=('i686' 'x86_64')
 url="http://www.xmind.net"
@@ -13,7 +13,6 @@
 license=('EPL' 'LGPL')
 depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 'shared-mime-info' 'libxext')
 optdepends=('lame: needed for the feature audio notes')
-install=xmind.install
 source_i686=("http://www.xmind.net/xmind/downloads/${_filename}_i386.deb")
 source_x86_64=("http://www.xmind.net/xmind/downloads/${_filename}_amd64.deb")
 sha512sums_i686=('dc1e803ea1b268eee118c0515a1b3448923c8c9301396cfcf4f44fe20712cf3df16d70ec8e08a5a0b27d0aec137c9375599622874d739e3660c5dd80a11e9590')

Deleted: xmind.install
===================================================================
--- xmind.install	2016-04-28 17:32:49 UTC (rev 172435)
+++ xmind.install	2016-04-28 17:39:06 UTC (rev 172436)
@@ -1,16 +0,0 @@
-post_install() {
-	echo "Updating MIME database"
-	update-mime-database /usr/share/mime
-	update-desktop-database
-}
-
-post_remove() {
-	echo "Updating MIME database"
-	update-mime-database /usr/share/mime
-	update-desktop-database
-}
-
-op=$1
-shift
-
-$op $*



More information about the arch-commits mailing list