File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments