Skip to content

Commit 194ce11

Browse files
committed
Remove chk_epl
1 parent 04ec742 commit 194ce11

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

elluminate.sh

-15
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ rebuild_optim() {
367367

368368
bin_deps
369369
e_tokens
370-
chk_epl
371370
elap_start
372371

373372
cd $ESRC/rlottie
@@ -456,7 +455,6 @@ rebuild_wld() {
456455

457456
bin_deps
458457
e_tokens
459-
chk_epl
460458
elap_start
461459

462460
cd $ESRC/rlottie
@@ -656,19 +654,6 @@ do_link() {
656654
sudo ln -sf /usr/local/etc/xdg/menus/e-applications.menu /etc/xdg/menus/e-applications.menu
657655
}
658656

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-
672657
install_now() {
673658
clear
674659
printf "\n$BDG%s $OFF%s\n\n" "* INSTALLING ENLIGHTENMENT DESKTOP ENVIRONMENT: PLAIN BUILD ON XORG SERVER *"

0 commit comments

Comments
 (0)