PN: weston-init
PV: 1.0
PR: r0
PKGV: 1.0
PKGR: r0
LICENSE: MIT
DESCRIPTION: Startup script and systemd unit file for the Weston Wayland compositor.
SUMMARY: Startup script and systemd unit file for the Weston Wayland compositor
RDEPENDS_weston-init: kbd weston
RRECOMMENDS_weston-init: weston-init-lic update-rc.d
SECTION: base
PKG_weston-init: weston-init
FILES_weston-init: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.* /etc /com /var /bin/* /sbin/* /lib/*.so.* /lib/udev /usr/lib/udev /lib/udev /usr/lib/udev /usr/share/weston-init /usr/lib/weston-init/* /usr/share/pixmaps /usr/share/applications /usr/share/idl /usr/share/omf /usr/share/sounds /usr/lib/bonobo/servers
pkg_postinst_weston-init: #!/bin/sh\nset -e\nif true && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f -s"\n\tfi\n\tupdate-rc.d $OPT weston start 9 5 2 . stop 20 0 1 6 .\nfi\n
pkg_postrm_weston-init: #!/bin/sh\nset -e\nif true && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT weston remove\nfi\n
pkg_preinst_weston-init: #!/bin/sh\nset -e\nif true && [ -z "$D" -a -f "/etc/init.d/weston" ]; then\n\t/etc/init.d/weston stop || :\nfi\nif true && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT weston remove\nfi\n
pkg_prerm_weston-init: #!/bin/sh\nset -e\nif true && [ -z "$D" -a -x "/etc/init.d/weston" ]; then\n\t/etc/init.d/weston stop || :\nfi\n
FILES_INFO: {"/etc/init.d/weston": 810, "/etc/xdg/weston/weston.ini": 38, "/usr/bin/weston-start": 1337}
FILERDEPENDSFLIST_weston-init: /etc/init.d/weston /usr/bin/weston-start
FILERDEPENDS_/etc/init.d/weston_weston-init:  /bin/sh
FILERDEPENDS_/usr/bin/weston-start_weston-init:  /bin/sh
PKGSIZE_weston-init: 2185
