util-linux : broken symlink runuser -> su
by marav from LinuxQuestions.org on (#5QB79)
Code:blackstar :: ~ file /usr/share/bash-completion/completions/runuser
/usr/share/bash-completion/completions/runuser: broken symbolic link to suutil-linux.Slackbuild
Code:# If we aren't shipping su, remove the files:
if [ "$SHIP_SU" = "NO" ]; then
rm -f $PKG/bin/su
rm -f $PKG/usr/man/man1/su.1
rm -f $PKG/usr/share/bash-completion/completions/su
fiMaybe we should also remove runuser
/usr/share/bash-completion/completions/runuser: broken symbolic link to suutil-linux.Slackbuild
Code:# If we aren't shipping su, remove the files:
if [ "$SHIP_SU" = "NO" ]; then
rm -f $PKG/bin/su
rm -f $PKG/usr/man/man1/su.1
rm -f $PKG/usr/share/bash-completion/completions/su
fiMaybe we should also remove runuser