1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-26 05:00:11 +02:00

Remove translation files

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-01-17 18:22:00 +01:00
parent 5c8effa301
commit aea46b2b14
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@ deploy() {
rm -r "$DEPLOY/share/doc"
rm -r "$DEPLOY/share/info"
rm -r "$DEPLOY/share/man"
rm -r "$DEPLOY/share/locale"
mv "$DEPLOY/lib" "$DEVDEPLOY"
mv "$DEPLOY/include" "$DEVDEPLOY"

View file

@ -26,4 +26,5 @@ deploy() {
rm -r "$DEPLOY/share/info"
rm -r "$DEPLOY/share/man"
rm -r "$DEPLOY/share/locale"
}