main/postmarketos-ui-fbkeyboard: enable networkmanager by default (MR 2174)

This commit is contained in:
Bart Ribbers 2021-05-15 19:04:57 +02:00
parent 1e90e173f9
commit 2e55eeee62
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61
2 changed files with 6 additions and 2 deletions

View file

@ -1,12 +1,15 @@
# Maintainer: Ferenc Bakonyi <bakonyi.ferenc@gmail.com>
pkgname=postmarketos-ui-fbkeyboard
pkgver=1
pkgrel=1
pkgrel=2
pkgdesc="Plain framebuffer console with touchscreen keyboard support"
url="https://github.com/bakonyiferenc/fbkeyboard"
arch="all"
license="GPL-3.0-or-later"
depends="fbkeyboard"
depends="
fbkeyboard
networkmanager
"
install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-upgrade"
source="fbkeyboard.init"
options="!check" # No tests

View file

@ -1,3 +1,4 @@
#!/bin/sh
rc-update add fbkeyboard default
rc-update add networkmanager default