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 | a72f6581aab32f552541050b6768b02c38005450 (patch) | |
tree | e81b85177b5f2a8e791d162588816a6fe6cd9f5a /sys-devel/crossdev | |
parent | Stable on x86 (#244417) (diff) | |
download | gentoo-2-a72f6581aab32f552541050b6768b02c38005450.tar.gz gentoo-2-a72f6581aab32f552541050b6768b02c38005450.tar.bz2 gentoo-2-a72f6581aab32f552541050b6768b02c38005450.zip |
cleanup gfortran when uninstalling
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'sys-devel/crossdev')
-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 |