1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-18 11:36:13 +02: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:
David Oberhollenzer 2018-04-06 14:41:20 +02:00
parent 9d75cc8400
commit 08c7fe9b4f

View file

@ -35,4 +35,6 @@ deploy() {
mv ${DEPLOY}/sbin/* ${DEPLOY}/bin
rmdir ${DEPLOY}/sbin
fi
rm $DEPLOY/bin/{vigr,vipw,chsh}
}