archlinux: enabled configuration of all core agent dependencies

This commit is contained in:
Olivier MEDOC 2015-07-28 16:12:07 +02:00
parent 20c7f85f1f
commit 2cfd4e6a13
2 changed files with 17 additions and 1 deletions

View File

@ -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")

View File

@ -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"