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

Anatol Pomozov anatolik at archlinux.org
Wed Apr 27 18:29:44 UTC 2016


    Date: Wednesday, April 27, 2016 @ 20:29:43
  Author: anatolik
Revision: 172143

Postinstall operation handled by hooks now. https://www.archlinux.org/todo/hooks-part-1/

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

-------------+
 PKGBUILD    |    1 -
 bbe.install |   13 -------------
 2 files changed, 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 18:29:32 UTC (rev 172142)
+++ PKGBUILD	2016-04-27 18:29:43 UTC (rev 172143)
@@ -9,7 +9,6 @@
 url="http://bbe.sourceforge.net/"
 license=(GPL)
 depends=(glibc)
-install=bbe.install
 source=(http://downloads.sourceforge.net/$pkgname-/$pkgname-$pkgver.tar.gz)
 sha1sums=('42d5b47d607a9633fb49e7d39e2aebfb7bb89c05')
 

Deleted: bbe.install
===================================================================
--- bbe.install	2016-04-27 18:29:32 UTC (rev 172142)
+++ bbe.install	2016-04-27 18:29:43 UTC (rev 172143)
@@ -1,13 +0,0 @@
-infodir=/usr/share/info
-
-post_install() {
-  install-info $infodir/bbe.info.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  install-info delete $infodir/bbe.info.gz $infodir/dir 2> /dev/null
-}



More information about the arch-commits mailing list