Skip to content

Commit bdea101

Browse files
authored
Save locale from base package
1 parent 59cc682 commit bdea101

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/archimage-builder.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ _remove_more_bloatwares() {
296296
echo Y | rm -Rf AppDir/.cache/yay/*
297297
find AppDir/.junest/usr/share/doc/* -not -iname "*$BIN*" -a -not -name "." -delete 2> /dev/null #REMOVE ALL DOCUMENTATION NOT RELATED TO THE APP
298298
find AppDir/.junest/usr/share/locale/*/*/* -not -iname "*$BIN*" -a -not -name "." -delete 2> /dev/null #REMOVE ALL ADDITIONAL LOCALE FILES
299+
rsync -av base/usr/share/locale/* AppDir/.junest/usr/share/locale/ | printf "◆ Save locale from base package\n\n"
299300
rm -Rf AppDir/.junest/home # remove the inbuilt home
300301
rm -Rf AppDir/.junest/usr/include # files related to the compiler
301302
rm -Rf AppDir/.junest/usr/share/man # AppImages are not ment to have man command

0 commit comments

Comments
 (0)