binutils: remove unused post_install func.
--HG-- extra : convert_revision : f75f8e7724b0fba72cc0a4f33c6134ef12445151
This commit is contained in:
parent
245178dc42
commit
c8ed72be64
1 changed files with 0 additions and 10 deletions
|
@ -24,13 +24,3 @@ long_desc="
|
||||||
and other tools."
|
and other tools."
|
||||||
|
|
||||||
base_chroot=yes
|
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
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue