Move post-install scripts that contain openrc-specific commands to openrc subpackages
Compare changes
Files
192@@ -3,7 +3,7 @@
@@ -39,7 +39,7 @@ depends="
@@ -63,6 +63,13 @@ package() {
Closes #3045 (closed)
This MR moves all post-install files that contain openrc-specific configs or commands to their respective subpackage. This is required for said packages to be installed properly on a systemd-based system. Otherwise, APK will error on the install.
When systemd is merged these packages will need to have a respective systemd subpackage as well so they can still function as expected.
Todo:
install_if="$pkgname-nonfree-firmware=$pkgver-r$pkgrel openrc
with the openrc subpackages?)