File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,6 @@ rebuild_optim() {
367
367
368
368
bin_deps
369
369
e_tokens
370
- chk_epl
371
370
elap_start
372
371
373
372
cd $ESRC /rlottie
@@ -456,7 +455,6 @@ rebuild_wld() {
456
455
457
456
bin_deps
458
457
e_tokens
459
- chk_epl
460
458
elap_start
461
459
462
460
cd $ESRC /rlottie
@@ -656,19 +654,6 @@ do_link() {
656
654
sudo ln -sf /usr/local/etc/xdg/menus/e-applications.menu /etc/xdg/menus/e-applications.menu
657
655
}
658
656
659
- chk_epl () {
660
- if [ ! -d $ESRC /e26/enlightenment-module-places ]; then
661
- printf " \n\n$BLD %s $OFF %s\n\n" " Installing Places module..."
662
- sleep 1
663
- cd $ESRC /e26/
664
- $CLONEPL
665
- cd $ESRC /e26/enlightenment-module-places
666
- meson setup build -Dbuildtype=plain
667
- ninja -C build
668
- $SNIN
669
- fi
670
- }
671
-
672
657
install_now () {
673
658
clear
674
659
printf " \n$BDG %s $OFF %s\n\n" " * INSTALLING ENLIGHTENMENT DESKTOP ENVIRONMENT: PLAIN BUILD ON XORG SERVER *"
You can’t perform that action at this time.
0 commit comments