Skip to content

Commit

Permalink
Remove chk_epl
Browse files Browse the repository at this point in the history
  • Loading branch information
batden committed Apr 29, 2024
1 parent 04ec742 commit 194ce11
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions elluminate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ rebuild_optim() {

bin_deps
e_tokens
chk_epl
elap_start

cd $ESRC/rlottie
Expand Down Expand Up @@ -456,7 +455,6 @@ rebuild_wld() {

bin_deps
e_tokens
chk_epl
elap_start

cd $ESRC/rlottie
Expand Down Expand Up @@ -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 *"
Expand Down

0 comments on commit 194ce11

Please sign in to comment.