remove code that is duplicated in prepstrip
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Feb 2006 06:36:54 +0000 (06:36 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 23 Feb 2006 06:36:54 +0000 (06:36 -0000)
svn path=/main/trunk/; revision=2771

bin/prepallstrip

index 19cdf9d21aaf512c53b40de0b011c4b0c3b99165..3a00a2acd20ee0ec22b6fe49764b45f34eab2ebb 100755 (executable)
@@ -3,12 +3,4 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id: /var/cvsroot/gentoo-src/portage/bin/prepallstrip,v 1.12 2004/10/04 13:56:50 vapier Exp $
 
-if [[ " ${FEATURES} " == *" nostrip "* ]] || \
-   [[ " ${RESTRICT} " == *" nostrip "* ]] || \
-   [[ " ${RESTRICT} " == *" strip "* ]]
-then
-       exit 0
-fi
-
-echo "prepallstrip:"
 exec prepstrip "${D}"