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

Andreas Radke andyrtr at archlinux.org
Wed Mar 30 17:59:49 UTC 2016


    Date: Wednesday, March 30, 2016 @ 19:59:49
  Author: andyrtr
Revision: 263354

upgpkg: enblend-enfuse 4.2-2

remove install scriptlet - the info files have been removed upstream

Modified:
  enblend-enfuse/trunk/PKGBUILD
Deleted:
  enblend-enfuse/trunk/enblend-enfuse.install

------------------------+
 PKGBUILD               |    3 +--
 enblend-enfuse.install |   22 ----------------------
 2 files changed, 1 insertion(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-30 17:53:52 UTC (rev 263353)
+++ PKGBUILD	2016-03-30 17:59:49 UTC (rev 263354)
@@ -4,7 +4,7 @@
 
 pkgname=enblend-enfuse
 pkgver=4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Intelligent blend tool for overlapping picture"
 arch=("i686" "x86_64")
 license=('GPL')
@@ -20,7 +20,6 @@
 replaces=('enblend')
 conflicts=('enblend')
 provides=('enblend')
-install=${pkgname}.install
 #options=('!makeflags')
 source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz)
 sha1sums=('bc03ddb0066a0682cc8c08fa2529e602d671735a')

Deleted: enblend-enfuse.install
===================================================================
--- enblend-enfuse.install	2016-03-30 17:53:52 UTC (rev 263353)
+++ enblend-enfuse.install	2016-03-30 17:59:49 UTC (rev 263354)
@@ -1,22 +0,0 @@
-infodir=usr/share/info
-filelist=(enblend.info enfuse.info)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list