pmaports/main/postmarketos-base/postmarketos-base-nftables.post-install
Clayton Craft 92e43e8324
postmarketos-base: remove UI-specific config/dependencies (MR 2243)
These will be included in a new postmarketos-base-ui package
2021-06-23 13:00:00 +02:00

5 lines
56 B
Bash

#!/bin/sh -e
rc-update -q add nftables default
exit 0