binutils: remove unused post_install func.
--HG-- extra : convert_revision : f75f8e7724b0fba72cc0a4f33c6134ef12445151
This commit is contained in:
parent
245178dc42
commit
c8ed72be64
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user