PN: xen-tools PV: 4.17.0+gitAUTOINC+cae0db17ac PR: r0 PKGV: 4.17.0+git0+cae0db17ac PKGR: r0 LICENSE: GPLv2 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: {"/etc/default/xendomains": 5221, "/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": 14062} pkg_postinst_xen-tools-xendomains: #!/bin/sh\nset -e\nif type 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 type 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: /usr/lib/xen/bin/xendomains FILERDEPENDS_/usr/lib/xen/bin/xendomains_xen-tools-xendomains: /bin/bash PKGSIZE_xen-tools-xendomains: 19927