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

Antonio Rojas arojas at archlinux.org
Fri May 20 19:26:01 UTC 2016


    Date: Friday, May 20, 2016 @ 21:26:00
  Author: arojas
Revision: 175952

Hooks

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

--------------+
 PKGBUILD     |    3 +--
 cgdb.install |   17 -----------------
 2 files changed, 1 insertion(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-20 19:15:07 UTC (rev 175951)
+++ PKGBUILD	2016-05-20 19:26:00 UTC (rev 175952)
@@ -3,7 +3,7 @@
 # Contributor: Javier ‘Phrodo_00’ Aravena <Phrodo.00 at gmail.com>
 pkgname=cgdb
 pkgver=0.6.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Curses-based interface to the GNU Debugger"
 arch=('i686' 'x86_64')
 url="http://cgdb.sourceforge.net/"
@@ -12,7 +12,6 @@
 makedepends=('help2man')
 source=("http://cgdb.me/files/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('22580f0c2ad9c4f4efc429f94465fe54518c38f5efc95fa544ebbd93188d8e2ec740d7c3f22df1447df9af96eb4a317e4a4fbf5c771173f86ebdccbcbd776ab2')
-install=cgdb.install
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Deleted: cgdb.install
===================================================================
--- cgdb.install	2016-05-20 19:15:07 UTC (rev 175951)
+++ cgdb.install	2016-05-20 19:26:00 UTC (rev 175952)
@@ -1,17 +0,0 @@
-infodir=usr/share/info
-file=cgdb.info.gz
-
-post_install() {
-    [ -x usr/bin/install-info ] || return 0
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-    post_install $1
-}
-
-pre_remove() {
-    [ -x usr/bin/install-info ] || return 0
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}
-



More information about the arch-commits mailing list