Merge pull request #967 from fewtarius/dev

Dev
This commit is contained in:
fewtarius 2023-01-19 22:06:28 -05:00 committed by GitHub
commit f2504d2fa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

View file

@ -77,6 +77,6 @@ post_makeinstall_target() {
post_install() {
enable_service bluetooth-defaults.service
enable_service bluetooth.service
#enable_service bluetooth.service
enable_service obex.service
}

View file

@ -88,7 +88,4 @@ post_install() {
add_group system 430
enable_service connman.service
if [ "$WIREGUARD_SUPPORT" = "yes" ]; then
enable_service connman-vpn.service
fi
}

View file

@ -3,7 +3,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="emulationstation"
PKG_VERSION="4146aab"
PKG_VERSION="40e235c"
PKG_GIT_CLONE_BRANCH="main"
PKG_REV="1"
PKG_ARCH="any"