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