coreutils: Remove dead symlink /bin/[

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2015-07-02 21:38:20 +02:00
parent a6c59f7b68
commit df0bd0e304
3 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
bin/[
bin/chgrp
bin/chmod
bin/chown

View File

@@ -43,6 +43,7 @@ extract_files
# Regenerate IPsec configuration
sudo -u nobody /srv/web/ipfire/cgi-bin/vpnmain.cgi
rm -f /bin/[
sync
# Start services

View File

@@ -100,8 +100,6 @@ ifeq "$(ROOT)" ""
mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin
mv -v /usr/bin/chroot /usr/sbin
mv -v /usr/bin/{head,sleep,nice} /bin
ln -sf test /bin/[
#ln -sf ../../bin/install /usr/bin
dircolors -p > /etc/DIR_COLORS
endif