mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Cleanup: remove useless shadow-util programs
- vigr and vipw. We don't have vi installed. - chsh. We only have one shell installed. Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
9d75cc8400
commit
08c7fe9b4f
1 changed files with 2 additions and 0 deletions
|
@ -35,4 +35,6 @@ deploy() {
|
||||||
mv ${DEPLOY}/sbin/* ${DEPLOY}/bin
|
mv ${DEPLOY}/sbin/* ${DEPLOY}/bin
|
||||||
rmdir ${DEPLOY}/sbin
|
rmdir ${DEPLOY}/sbin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
rm $DEPLOY/bin/{vigr,vipw,chsh}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue