Date: Friday, May 6, 2016 @ 00:10:11 Author: arojas Revision: 266988 Hooks
Modified: cln/trunk/PKGBUILD Deleted: cln/trunk/cln.install -------------+ PKGBUILD | 3 +-- cln.install | 20 -------------------- 2 files changed, 1 insertion(+), 22 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-05 22:04:22 UTC (rev 266987) +++ PKGBUILD 2016-05-05 22:10:11 UTC (rev 266988) @@ -3,7 +3,7 @@ pkgname=cln pkgver=1.3.4 -pkgrel=2 +pkgrel=3 pkgdesc="Class library for numbers" arch=('i686' 'x86_64') url="http://www.ginac.de/CLN/" @@ -10,7 +10,6 @@ license=('GPL') depends=('gmp') makedepends=('texlive-core') -install=cln.install source=(http://www.ginac.de/CLN/${pkgname}-${pkgver}.tar.bz2) sha1sums=('76f73071236ead72ba5c9ee892f29ca24e557b8c') Deleted: cln.install =================================================================== --- cln.install 2016-05-05 22:04:22 UTC (rev 266987) +++ cln.install 2016-05-05 22:10:11 UTC (rev 266988) @@ -1,20 +0,0 @@ -infodir=usr/share/info -filelist=(cln.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 -}