From 194ce118b9559d485f8188a54d51173b31c56c0e Mon Sep 17 00:00:00 2001 From: Philippe Jean Guillaumie Date: Mon, 29 Apr 2024 12:00:10 +0200 Subject: [PATCH] Remove chk_epl --- elluminate.sh | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/elluminate.sh b/elluminate.sh index 0799f9f..cf21512 100644 --- a/elluminate.sh +++ b/elluminate.sh @@ -367,7 +367,6 @@ rebuild_optim() { bin_deps e_tokens - chk_epl elap_start cd $ESRC/rlottie @@ -456,7 +455,6 @@ rebuild_wld() { bin_deps e_tokens - chk_epl elap_start cd $ESRC/rlottie @@ -656,19 +654,6 @@ do_link() { sudo ln -sf /usr/local/etc/xdg/menus/e-applications.menu /etc/xdg/menus/e-applications.menu } -chk_epl() { - if [ ! -d $ESRC/e26/enlightenment-module-places ]; then - printf "\n\n$BLD%s $OFF%s\n\n" "Installing Places module..." - sleep 1 - cd $ESRC/e26/ - $CLONEPL - cd $ESRC/e26/enlightenment-module-places - meson setup build -Dbuildtype=plain - ninja -C build - $SNIN - fi -} - install_now() { clear printf "\n$BDG%s $OFF%s\n\n" "* INSTALLING ENLIGHTENMENT DESKTOP ENVIRONMENT: PLAIN BUILD ON XORG SERVER *"