jelly was moved

This commit is contained in:
Guillaume Castagnino 2020-04-22 21:19:51 +02:00
parent 81d2510421
commit 9fab65b1d9
2 changed files with 8 additions and 3 deletions

View file

@ -39,8 +39,11 @@ case "$1" in
# Stub
;;
post-restore)
MYPROP=$SYS/build.prop
if [ -f $SYS/product/build.prop ] ; then
MYPROP=$SYS/product/build.prop
# ensure there is a new line before appending our config
echo "" >> $SYS/build.prop
echo "ro.sf.lcd_density=361" >> $SYS/build.prop
echo "" >> $MYPROP
echo "ro.sf.lcd_density=361" >> $MYPROP
;;
esac

View file

@ -89,11 +89,13 @@ case "$1" in
rm -rf $SYS/app/WAPPushManager
rm -rf $SYS/app/WhisperPush
# lineageos 17
rm -rf $SYS/product/priv-app/ThemePicker
# change lineageos color and font
#rm -rf $SYS/product/priv-app/ThemePicker
# forced to keep this to have a working task switcher
#rm -rf $SYS/product/priv-app/TrebuchetQuickStep
rm -rf $SYS/product/app/Email
rm -rf $SYS/product/app/Exchange2
rm -rf $SYS/product/app/Jelly
rm -rf $SYS/product/app/PhotoTable
# omnirom
rm -rf $SYS/priv-app/Launcher3