PN: weston-init-guest
PV: 0.1
PR: r0
PKGV: 0.1
PKGR: r0@EXTENDPRAUTO@
LICENSE: MIT
DESCRIPTION: Startup script and systemd unit file for the Weston Wayland compositor in guest cotainer.
SUMMARY: Startup script and systemd unit file for the Weston Wayland compositor in guest cotainer
RDEPENDS:weston-init-guest: weston weston-ini
RCONFLICTS:weston-init-guest: weston-init
SECTION: base
PKG:weston-init-guest: weston-init-guest
FILES:weston-init-guest: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /usr/bin/* /usr/sbin/*             /usr/lib/*.so.*             /lib/udev /usr/lib/udev             /usr/lib/udev /usr/lib/udev             /usr/share/weston-init-guest /usr/lib/weston-init-guest/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers      /etc/xdg/weston/weston.ini     /usr/lib/systemd/system/weston.service     /etc/default/weston      /usr/lib/systemd/system-preset/98-weston-init-guest.preset /usr/lib/systemd/system/weston.service
CONFFILES:weston-init-guest:       /etc/xdg/weston/weston.ini     /etc/default/weston     
FILES_INFO:weston-init-guest: {"/etc/default/weston": 165, "/usr/lib/systemd/system-preset/98-weston-init-guest.preset": 22, "/usr/lib/systemd/system/weston.service": 478}
pkg_postinst:weston-init-guest: #!/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 weston.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 weston.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart weston.service\n\t\tfi\n\tfi\nfi\n
pkg_prerm:weston-init-guest: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop weston.service\n\n\t\tsystemctl disable weston.service\n\tfi\nfi\n
PKGSIZE:weston-init-guest: 665
