[arch-commits] Commit in gpm/trunk (PKGBUILD gpm.install)
Christian Hesse
eworm at archlinux.org
Thu Aug 4 12:11:51 UTC 2016
Date: Thursday, August 4, 2016 @ 12:11:50
Author: eworm
Revision: 273025
upgpkg: gpm 1.20.7-7
pacman hooks rebuild - remove install script
Modified:
gpm/trunk/PKGBUILD
Deleted:
gpm/trunk/gpm.install
-------------+
PKGBUILD | 3 +--
gpm.install | 16 ----------------
2 files changed, 1 insertion(+), 18 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-04 12:09:21 UTC (rev 273024)
+++ PKGBUILD 2016-08-04 12:11:50 UTC (rev 273025)
@@ -3,7 +3,7 @@
pkgname=gpm
pkgver=1.20.7
-pkgrel=6
+pkgrel=7
pkgdesc="A mouse server for the console and xterm"
arch=('i686' 'x86_64')
url="http://www.nico.schottelius.org/software/gpm/"
@@ -10,7 +10,6 @@
license=('GPL')
depends=('bash')
options=('!makeflags')
-install=gpm.install
source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
gpm.sh gpm.service)
sha1sums=('8d9f3655c80ce7667d31ede2a100b44986480369'
Deleted: gpm.install
===================================================================
--- gpm.install 2016-08-04 12:09:21 UTC (rev 273024)
+++ gpm.install 2016-08-04 12:11:50 UTC (rev 273025)
@@ -1,16 +0,0 @@
-infodir=/usr/share/info
-file=gpm.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