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

Antonio Rojas arojas at archlinux.org
Sat May 14 19:30:13 UTC 2016


    Date: Saturday, May 14, 2016 @ 21:30:13
  Author: arojas
Revision: 268011

Hooks

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-14 19:29:45 UTC (rev 268010)
+++ PKGBUILD	2016-05-14 19:30:13 UTC (rev 268011)
@@ -4,13 +4,12 @@
 
 pkgname=plotutils
 pkgver=2.6
-pkgrel=7
+pkgrel=8
 arch=('x86_64' 'i686')
 pkgdesc="Set of utilities and libraries for plotting."
 url="http://directory.fsf.org/graphics/plotutils.html"
 license=("GPL")
 depends=("libpng" "gcc-libs" "libxaw>=1.0.5")
-install=plotutils.install
 source=(http://ftp.gnu.org/pub/gnu/plotutils/$pkgname-$pkgver.tar.gz{,.sig} 
         plotutils-2.6-libpng-1.5.patch)
 sha1sums=('7921301d9dfe8991e3df2829bd733df6b2a70838'

Deleted: plotutils.install
===================================================================
--- plotutils.install	2016-05-14 19:29:45 UTC (rev 268010)
+++ plotutils.install	2016-05-14 19:30:13 UTC (rev 268011)
@@ -1,15 +0,0 @@
-infodir=usr/share/info
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info $infodir/plotutils.info.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info --delete $infodir/plotutils.info.gz $infodir/dir 2> /dev/null
-}



More information about the arch-commits mailing list