[arch-commits] Commit in sbcl/trunk (PKGBUILD sbcl.install)
Antonio Rojas
arojas at archlinux.org
Sun Jun 12 12:08:47 UTC 2016
Date: Sunday, June 12, 2016 @ 14:08:46
Author: arojas
Revision: 269383
Hooks
Modified:
sbcl/trunk/PKGBUILD
Deleted:
sbcl/trunk/sbcl.install
--------------+
PKGBUILD | 3 +--
sbcl.install | 18 ------------------
2 files changed, 1 insertion(+), 20 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-06-12 12:01:00 UTC (rev 269382)
+++ PKGBUILD 2016-06-12 12:08:46 UTC (rev 269383)
@@ -6,7 +6,7 @@
pkgname=sbcl
pkgver=1.3.6
-pkgrel=1
+pkgrel=2
pkgdesc="Steel Bank Common Lisp"
url="http://www.sbcl.org/"
arch=('i686' 'x86_64')
@@ -14,7 +14,6 @@
depends=('glibc' 'zlib')
provides=('common-lisp' 'cl-asdf')
makedepends=('sbcl')
-install=sbcl.install
source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2"
"arch-fixes.lisp")
sha256sums=('f017ac1bd8fe0ad56a4cfda4f7543a06a8993db8da1c9c079e188c28c551b0d9'
Deleted: sbcl.install
===================================================================
--- sbcl.install 2016-06-12 12:01:00 UTC (rev 269382)
+++ sbcl.install 2016-06-12 12:08:46 UTC (rev 269383)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(asdf.info sbcl.info)
-
-post_install() {
- for f in ${info_files[@]}; do
- install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
- done
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- for f in ${info_files[@]}; do
- install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
- done
-}
More information about the arch-commits
mailing list