[arch-commits] Commit in sharutils/trunk (PKGBUILD install)
Gaetan Bisson
bisson at archlinux.org
Tue May 3 20:40:56 UTC 2016
Date: Tuesday, May 3, 2016 @ 22:40:56
Author: bisson
Revision: 266824
remove deprecated install file
Modified:
sharutils/trunk/PKGBUILD
Deleted:
sharutils/trunk/install
----------+
PKGBUILD | 4 +---
install | 18 ------------------
2 files changed, 1 insertion(+), 21 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-03 20:40:06 UTC (rev 266823)
+++ PKGBUILD 2016-05-03 20:40:56 UTC (rev 266824)
@@ -5,7 +5,7 @@
pkgname=sharutils
pkgver=4.15.2
-pkgrel=1
+pkgrel=2
pkgdesc='Makes so-called shell archives out of many files'
url='http://www.gnu.org/software/sharutils/'
license=('GPL')
@@ -14,8 +14,6 @@
source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz")
sha1sums=('250377131bcf7a081f066ed0f9c51a0b7e0b0c04')
-install=install
-
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \
Deleted: install
===================================================================
--- install 2016-05-03 20:40:06 UTC (rev 266823)
+++ install 2016-05-03 20:40:56 UTC (rev 266824)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(sharutils.info.gz)
-
-post_install() {
- for file in ${filelist[@]}; do
- install-info $infodir/$file $infodir/dir
- done
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- for file in ${filelist[@]}; do
- install-info --delete $infodir/$file $infodir/dir
- done
-}
More information about the arch-commits
mailing list