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

Gaetan Bisson bisson at archlinux.org
Tue May 3 21:06:48 UTC 2016


    Date: Tuesday, May 3, 2016 @ 23:06:47
  Author: bisson
Revision: 266826

remove deprecated install file

Modified:
  screen/trunk/PKGBUILD
Deleted:
  screen/trunk/install

----------+
 PKGBUILD |    3 +--
 install  |   20 --------------------
 2 files changed, 1 insertion(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-03 20:41:38 UTC (rev 266825)
+++ PKGBUILD	2016-05-03 21:06:47 UTC (rev 266826)
@@ -5,7 +5,7 @@
 
 pkgname=screen
 pkgver=4.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Full-screen window manager that multiplexes a physical terminal'
 url='http://www.gnu.org/software/screen/'
 arch=('i686' 'x86_64')
@@ -21,7 +21,6 @@
 
 backup=('etc/screenrc' 'etc/pam.d/screen')
 options=('!makeflags')
-install=install
 
 _ptygroup=5 #the UID of our PTY/TTY group
 

Deleted: install
===================================================================
--- install	2016-05-03 20:41:38 UTC (rev 266825)
+++ install	2016-05-03 21:06:47 UTC (rev 266826)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-
-post_install() {
-	[ -x usr/bin/install-info ] || return 0
-	install-info $infodir/screen.info.gz $infodir/dir 2>/dev/null
-}
-
-post_upgrade() {
-	post_install $1
-	if [ $(vercmp $2 4.0.3-15) -lt 0 ]; then
-		echo 'The location of the screen sockets has changed.'
-		echo 'If you need to access running screen sessions, run'
-		echo '  # SCREENDIR=/tmp/screens/S-$USER/ screen ...'
-	fi
-}
-
-pre_remove() {
-	[ -x usr/bin/install-info ] || return 0
-	install-info --delete $infodir/screen.info.gz $infodir/dir 2>/dev/null
-}



More information about the arch-commits mailing list