diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-10-26 11:39:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-10-26 11:39:58 +0000 |
commit | e199844abc33bcf5cce2987224c8d2631a695a80 (patch) | |
tree | eb199e94ef136f315d718baf6a25a62bd72dfed2 /sys-devel | |
parent | Stable on x86 (#244417) (diff) | |
download | historical-e199844abc33bcf5cce2987224c8d2631a695a80.tar.gz historical-e199844abc33bcf5cce2987224c8d2631a695a80.tar.bz2 historical-e199844abc33bcf5cce2987224c8d2631a695a80.zip |
cleanup gfortran when uninstalling
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26.2 x86_64
Diffstat (limited to 'sys-devel')
-rwxr-xr-x | sys-devel/crossdev/files/crossdev | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev index 75be7a1d75bc..7720d01cdbd2 100755 --- a/sys-devel/crossdev/files/crossdev +++ b/sys-devel/crossdev/files/crossdev @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.105 2008/10/26 11:22:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.106 2008/10/26 11:39:58 vapier Exp $ cd / umask 0022 #159111 @@ -255,7 +255,7 @@ uninstall() { rm -f /usr/bin/${CTARGET}-${b} /usr/${CTARGET}/bin/${b} done rm -f /usr/${CTARGET}/{sys-include,usr} - rm -f /usr/bin/${CTARGET}-{gcc,{c,g}++,cpp} + rm -f /usr/bin/${CTARGET}-{gcc,{c,g}++,cpp,gfortran} rmdir /usr/${CTARGET}/{include/asm,include} &> /dev/null for d in /usr/${CTARGET} /usr/lib/gcc{,-lib}/${CTARGET} ; do if [[ ! -d ${d} ]] ; then |