Theme cleanup

removes minimal and minielec from install package - moving them to post install instead
This commit is contained in:
anthonycaccese 2023-10-15 21:52:39 -04:00
parent 67bc147cdd
commit 756e1deb8e
3 changed files with 2 additions and 4 deletions

View file

@ -32,7 +32,7 @@ DEFAULT=(
/storage/.emulationstation/es_*.cfg
/storage/.emulationstation/scripts/*
/storage/.emulationstation/themesettings/*
$(find /storage/.emulationstation/themes/* -type d -maxdepth 0 -not -path "*es-theme-art-book-next" -not -path "*es-theme-minielec" -not -path "*es-theme-minimal" -not -path "*system-theme")
$(find /storage/.emulationstation/themes/* -type d -maxdepth 0 -not -path "*es-theme-art-book-next" -not -path "*system-theme")
)
if [ -e "/storage/.config/backuptool.conf" ]

View file

@ -27,8 +27,6 @@ then
tocon "Installing themes..."
mkdir -p /storage/.config/emulationstation/themes >/dev/null
ln -s /usr/share/themes/es-theme-art-book-next /storage/.config/emulationstation/themes/system-theme >/dev/null 2>&1
ln -s /usr/share/themes/es-theme-minielec /storage/.config/emulationstation/themes/es-theme-minielec >/dev/null 2>&1
ln -s /usr/share/themes/es-theme-minimal /storage/.config/emulationstation/themes/es-theme-minimal >/dev/null 2>&1
### Link the game controller database so it is managed with OS updates.
tocon "Configuring controller database..."

View file

@ -4,6 +4,6 @@
PKG_NAME="es-themes"
PKG_LICENSE="Apache-2.0"
PKG_SITE="www.jelos.org"
PKG_DEPENDS_TARGET="es-theme-art-book-next es-theme-minimal es-theme-minielec"
PKG_DEPENDS_TARGET="es-theme-art-book-next"
PKG_SECTION="virtual"
PKG_LONGDESC="EmulationStation themes package."