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

Alexander Rødseth arodseth at archlinux.org
Sun May 22 11:21:45 UTC 2016


    Date: Sunday, May 22, 2016 @ 13:21:45
  Author: arodseth
Revision: 176087

upgpkg: robotfindskitten 2.7182818.701-4

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

--------------------------+
 PKGBUILD                 |    4 +---
 robotfindskitten.install |   22 ----------------------
 2 files changed, 1 insertion(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-22 09:15:28 UTC (rev 176086)
+++ PKGBUILD	2016-05-22 11:21:45 UTC (rev 176087)
@@ -4,7 +4,7 @@
 
 pkgname=robotfindskitten
 pkgver=2.7182818.701
-pkgrel=3
+pkgrel=4
 pkgdesc='Yet another Zen simulation'
 arch=('x86_64' 'i686')
 url='http://www.robotfindskitten.org/'
@@ -11,8 +11,6 @@
 license=('GPL2')
 depends=('ncurses')
 makedepends=('setconf')
-install="$pkgname.install"
-options=('zipman')
 source=("http://robotfindskitten.org/download/POSIX/$pkgname-$pkgver.tar.gz")
 sha256sums=('7749a370796fd23e3b306b00de5f7fb7997a35fef30e3910ff159448c932d719')
 

Deleted: robotfindskitten.install
===================================================================
--- robotfindskitten.install	2016-05-22 09:15:28 UTC (rev 176086)
+++ robotfindskitten.install	2016-05-22 11:21:45 UTC (rev 176087)
@@ -1,22 +0,0 @@
-infodir=usr/share/info
-filelist=(robotfindskitten.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $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 $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list