Skip to content
Snippets Groups Projects
Verified Commit cc0f235f authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

main/postmarketos-config-nftables: drop openrc subpkg (MR 5364)

The nftables service should be enabled by pmos-base instead
parent 35fc6141
Branches
No related tags found
No related merge requests found
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=postmarketos-config-nftables
pkgver=0.16
pkgrel=1
pkgrel=2
pkgdesc="nftables firewall configuration for postmarketOS"
url="https://gitlab.com/postmarketos"
arch="noarch"
......@@ -18,7 +18,6 @@ subpackages="
$pkgname-vlc-chromecast:vlc_chromecast
$pkgname-vncserver:vncserver
$pkgname-wifi-display:wifi_display
$pkgname-openrc
"
source="
rules/00_log_all.nft
......@@ -47,14 +46,6 @@ package() {
done
}
openrc() {
install_if="$pkgname=$pkgver-r$pkgrel openrc"
install="$subpkgname.post-install"
depends="nftables-openrc"
mkdir -p "$subpkgdir"
}
openusb() {
depends="$pkgname"
description="Adds a rule to accept all incoming connections to the usb* interface"
......
#!/bin/sh
rc-update add nftables default
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment