removed misc.sh and replaced by one command in build.sh
This commit is contained in:
parent
f5cec7f1a4
commit
9e05328b36
@ -146,8 +146,8 @@ if [ "$OPTIPNG" = use ]; then
|
|||||||
./tasks/opticall.sh
|
./tasks/opticall.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf "${info_color}Launching misc commands...${reset_colors}\\n"
|
# copy the index.theme file to the build. necesary to interpretate the icon pack in the settings
|
||||||
./tasks/misc.sh
|
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"
|
printf "${info_color}starting link process...${reset_colors}\\n"
|
||||||
if [ "$VERBOSE" = yes ] ; then
|
if [ "$VERBOSE" = yes ] ; then
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
# SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
|
|
||||||
#
|
|
||||||
# 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/
|
|
Loading…
Reference in New Issue
Block a user