modem/msm-modem: add rmtfs-openrc dependency (MR 1274)

It is possible for msm-modem to get installed before
rmtfs-openrc, which causes the following error in
post-install:

 * rc-update: service `rmtfs' does not exist
ERROR: msm-modem-1-r0.post-install: script exited with error 1

Add a dependency to ensure rmtfs-openrc gets installed first
This commit is contained in:
Caleb Connolly 2020-05-27 17:17:51 +01:00 committed by Alexey Min
parent 6b49a8685e
commit 1ba5bbeac2
No known key found for this signature in database
GPG key ID: 0B19D2A65870B448

View file

@ -1,11 +1,11 @@
pkgname=msm-modem
pkgver=1
pkgrel=0
pkgrel=1
pkgdesc="Common support for Qualcomm MSM modems"
url="https://postmarketos.org/"
arch="armhf armv7 aarch64"
license="GPL-3.0-or-later"
depends="rmtfs"
depends="rmtfs rmtfs-openrc"
install="$pkgname.post-install"
subpackages="$pkgname-mainline $pkgname-downstream"
source="udev-mainline.rules udev-downstream.rules"