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 SECTION: console/tools PKG_xen-tools-pcid: xen-tools-pcid FILES_xen-tools-pcid: /lib/systemd/system/xenpcid.service /lib/systemd/system/xenpcid.service.d/xenpcid-xenstore.conf /lib/systemd/system-preset/98-xen-tools-pcid.preset /lib/systemd/system/xenpcid.service FILES_INFO: {"/lib/systemd/system-preset/98-xen-tools-pcid.preset": 23, "/lib/systemd/system/xenpcid.service": 157, "/lib/systemd/system/xenpcid.service.d/xenpcid-xenstore.conf": 108} pkg_postinst_xen-tools-pcid: #!/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 xenpcid.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 xenpcid.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart xenpcid.service\n\t\tfi\n\tfi\nfi\n pkg_prerm_xen-tools-pcid: #!/bin/sh\nset -e\nif type systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop xenpcid.service\n\n\t\tsystemctl disable xenpcid.service\n\tfi\nfi\n PKGSIZE_xen-tools-pcid: 288