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-xendomains: bash virtual/xenstored xen-tools-console xen-tools-scripts-block xen-tools-scripts-common
SECTION: console/tools
PKG:xen-tools-xendomains: xen-tools-xendomains
FILES:xen-tools-xendomains:      /usr/lib/xen/bin/xendomains     /etc/default/xendomains     /etc/init.d/xendomains     /etc/sysconfig/xendomains     /lib/systemd/system/xendomains.service      /lib/systemd/system-preset/98-xen-tools-xendomains.preset /lib/systemd/system/xendomains.service
FILES_INFO:xen-tools-xendomains: {"/etc/default/xendomains": 5221, "/etc/init.d/xendomains": 1326, "/etc/sysconfig/xendomains": 23, "/lib/systemd/system-preset/98-xen-tools-xendomains.preset": 26, "/lib/systemd/system/xendomains.service": 595, "/usr/lib/xen/bin/xendomains": 14071}
pkg_postinst:xen-tools-xendomains: #!/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 xendomains.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 xendomains.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart xendomains.service\n\t\tfi\n\tfi\nfi\n
pkg_prerm:xen-tools-xendomains: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop xendomains.service\n\n\t\tsystemctl disable xendomains.service\n\tfi\nfi\n
FILERDEPENDSFLIST:xen-tools-xendomains: /etc/init.d/xendomains /usr/lib/xen/bin/xendomains
FILERDEPENDS:/etc/init.d/xendomains:xen-tools-xendomains:  /bin/bash
FILERDEPENDS:/usr/lib/xen/bin/xendomains:xen-tools-xendomains:  /bin/bash
PKGSIZE:xen-tools-xendomains: 21262
