From c8ed72be642aa7d54003a65b151ad80b8c9b8b7b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 6 Nov 2008 07:36:27 +0100 Subject: [PATCH] binutils: remove unused post_install func. --HG-- extra : convert_revision : f75f8e7724b0fba72cc0a4f33c6134ef12445151 --- templates/binutils.tmpl | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/templates/binutils.tmpl b/templates/binutils.tmpl index d8594ba125e..4ae2b431ba1 100644 --- a/templates/binutils.tmpl +++ b/templates/binutils.tmpl @@ -24,13 +24,3 @@ long_desc=" and other tools." base_chroot=yes - -post_install() -{ - local destdir=$XBPS_DESTDIR/$pkgname-$version - - if [ "$xbps_machine" = "x86_64" -a -d $destdir/usr/lib64 ]; then - mv $destdir/usr/lib64/* $destdir/usr/lib - rmdir $destdir/usr/lib64 - fi -}