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

Sergej Pupykin spupykin at archlinux.org
Tue Nov 1 13:33:06 UTC 2016


    Date: Tuesday, November 1, 2016 @ 13:33:06
  Author: spupykin
Revision: 194203

upgpkg: clewn 1.15-7

upd

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-01 10:55:11 UTC (rev 194202)
+++ PKGBUILD	2016-11-01 13:33:06 UTC (rev 194203)
@@ -4,13 +4,12 @@
 
 pkgname=clewn
 pkgver=1.15
-pkgrel=6
+pkgrel=7
 pkgdesc="gdb support for vim"
 arch=('i686' 'x86_64')
 url="http://clewn.sourceforge.net"
 license=('GPL')
 depends=("gvim" "gdb")
-install=$pkgname.install
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
 md5sums=('dcfa989e6250109a7f0f99dc2d6db3e6')
 

Deleted: clewn.install
===================================================================
--- clewn.install	2016-11-01 10:55:11 UTC (rev 194202)
+++ clewn.install	2016-11-01 13:33:06 UTC (rev 194203)
@@ -1,14 +0,0 @@
-post_install() {
-    echo -n "Updating vim help tags..."
-    /usr/bin/vim --noplugins -u NONE -U NONE \
-        --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
-    echo "done."
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list