Skip to content

Commit

Permalink
Update vlc-junest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc committed Sep 26, 2024
1 parent baf975a commit 4d9666f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlc-junest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ rsync -av ./deps/* ./$APP.AppDir/.junest/
rm -R -f ./$APP.AppDir/.junest/usr/lib/libLLVM-* #INCLUDED IN THE COMPILATION PHASE, CAN SOMETIMES BE EXCLUDED FOR DAILY USE
rm -R -f ./$APP.AppDir/.junest/usr/lib/python*/__pycache__/* #IF PYTHON IS INSTALLED, REMOVING THIS DIRECTORY CAN SAVE SEVERAL MEGABYTES
rm -R -f ./$APP.AppDir/.junest/usr/share/man
[ "$QTVER" = qt5-base ] && rm -R -f ./$APP.AppDir/.junest/usr/lib/qt6 ./$APP.AppDir/.junest/usr/share/qt6

# REMOVE THE INBUILT HOME
rm -R -f ./$APP.AppDir/.junest/home
Expand Down

0 comments on commit 4d9666f

Please sign in to comment.