PN: xen-tools
PV: 4.17-xilinx+gitAUTOINC+d1258f1cef
PR: r0
PKGV: 4.17-xilinx+git0+d1258f1cef
PKGR: r0.0
LICENSE: GPL-2.0-only
DESCRIPTION: Tools and utility software for the Xen hypervisor
SUMMARY: Xen hypervisor tools
RDEPENDS:xen-tools-xencommons: bash util-linux-prlimit virtual/xenstored xen-tools-console xen-tools-scripts-common xen-tools-xenstore xen-tools-xl
SECTION: console/tools
PKG:xen-tools-xencommons: xen-tools-xencommons
FILES:xen-tools-xencommons:      /usr/lib/modules-load.d/xen.conf     /etc/default/xencommons          /etc/xen/scripts/launch-xenstore     /lib/systemd/system/proc-xen.mount     /lib/systemd/system/xen-qemu-dom0-disk-backend.service     /lib/systemd/system/xenconsoled.service     /lib/systemd/system/xen-init-dom0.service     /lib/systemd/system/xenstored.service     /lib/systemd/system/var-lib-xenstored.mount     /var      /lib/systemd/system-preset/98-xen-tools-xencommons.preset /lib/systemd/system/proc-xen.mount /lib/systemd/system/xen-qemu-dom0-disk-backend.service /lib/systemd/system/xenconsoled.service /lib/systemd/system/xen-init-dom0.service /lib/systemd/system/xenstored.service
FILES_INFO:xen-tools-xencommons: {"/etc/default/xencommons": 2926, "/etc/xen/scripts/launch-xenstore": 3284, "/lib/systemd/system-preset/98-xen-tools-xencommons.preset": 145, "/lib/systemd/system/proc-xen.mount": 184, "/lib/systemd/system/xen-init-dom0.service": 469, "/lib/systemd/system/xen-qemu-dom0-disk-backend.service": 716, "/lib/systemd/system/xenconsoled.service": 650, "/lib/systemd/system/xenstored.service": 414, "/usr/lib/modules-load.d/xen.conf": 141}
pkg_postinst:xen-tools-xencommons: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tOPTS=""\n\n\tif [ -n "$D" ]; then\n\t\tOPTS="--root=$D"\n\tfi\n\n\tif [ "enable" = "enable" ]; then\n\t\tfor service in proc-xen.mount xen-qemu-dom0-disk-backend.service xenconsoled.service xen-init-dom0.service xenstored.service; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ]; then\n\t\tsystemctl daemon-reload\n\t\tsystemctl preset proc-xen.mount xen-qemu-dom0-disk-backend.service xenconsoled.service xen-init-dom0.service xenstored.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart proc-xen.mount xen-qemu-dom0-disk-backend.service xenconsoled.service xen-init-dom0.service xenstored.service\n\t\tfi\n\tfi\nfi\n
pkg_prerm:xen-tools-xencommons: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop proc-xen.mount xen-qemu-dom0-disk-backend.service xenconsoled.service xen-init-dom0.service xenstored.service\n\n\t\tsystemctl disable proc-xen.mount xen-qemu-dom0-disk-backend.service xenconsoled.service xen-init-dom0.service xenstored.service\n\tfi\nfi\n
FILERDEPENDSFLIST:xen-tools-xencommons: /etc/xen/scripts/launch-xenstore
FILERDEPENDS:/etc/xen/scripts/launch-xenstore:xen-tools-xencommons:  /bin/bash
PKGSIZE:xen-tools-xencommons: 8929
