archlinux: enabled configuration of all core agent dependencies
This commit is contained in:
parent
20c7f85f1f
commit
2cfd4e6a13
@ -6,7 +6,7 @@
|
||||
# Maintainer: Olivier Medoc <o_medoc@yahoo.fr>
|
||||
pkgname=qubes-vm-core
|
||||
pkgver=`cat version`
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=
|
||||
pkgdesc="The Qubes core files for installation inside a Qubes VM."
|
||||
arch=("x86_64")
|
||||
|
@ -350,6 +350,14 @@ post_install() {
|
||||
|
||||
mkdir -p /rw
|
||||
|
||||
configure_iptables
|
||||
configure_notification-daemon
|
||||
configure_selinux
|
||||
configure_networkmanager
|
||||
configure_cups
|
||||
configure_cronie
|
||||
configure_crony
|
||||
|
||||
systemctl --no-reload preset-all
|
||||
|
||||
update_systemd_finalize
|
||||
@ -368,6 +376,14 @@ post_upgrade() {
|
||||
|
||||
update_qubesconfig
|
||||
|
||||
configure_iptables
|
||||
configure_notification-daemon
|
||||
configure_selinux
|
||||
configure_networkmanager
|
||||
configure_cups
|
||||
configure_cronie
|
||||
configure_crony
|
||||
|
||||
services="qubes-dvm qubes-misc-post qubes-firewall qubes-mount-home"
|
||||
services="$services qubes-netwatcher qubes-network qubes-sysinit"
|
||||
services="$services qubes-updates-proxy qubes-qrexec-agent"
|
||||
|
Loading…
Reference in New Issue
Block a user