From 9e05328b365ef510de6e4ba6061d7fa1f75bbbb9 Mon Sep 17 00:00:00 2001 From: germedeb Date: Sat, 10 Sep 2022 22:30:20 -0300 Subject: [PATCH] removed misc.sh and replaced by one command in build.sh --- tasks/build.sh | 4 ++-- tasks/misc.sh | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) delete mode 100755 tasks/misc.sh diff --git a/tasks/build.sh b/tasks/build.sh index 13c7571..19a362e 100755 --- a/tasks/build.sh +++ b/tasks/build.sh @@ -146,8 +146,8 @@ if [ "$OPTIPNG" = use ]; then ./tasks/opticall.sh fi -printf "${info_color}Launching misc commands...${reset_colors}\\n" -./tasks/misc.sh +# copy the index.theme file to the build. necesary to interpretate the icon pack in the settings +cp other/index.theme _build/aleta/ && printf "${info_color}copied index.theme to the build${reset_colors}\\n" printf "${info_color}starting link process...${reset_colors}\\n" if [ "$VERBOSE" = yes ] ; then diff --git a/tasks/misc.sh b/tasks/misc.sh deleted file mode 100755 index b2f8731..0000000 --- a/tasks/misc.sh +++ /dev/null @@ -1,8 +0,0 @@ -# SPDX-FileCopyrightText: 2022 debgerme -# -# SPDX-License-Identifier: GPL-3.0-or-later - -# this script runs commands not situable in other scripts, or unique tasks - -# this copy the index.theme that is necessary to make the icon pack working -cp other/index.theme _build/aleta/