PN: rauc
PV: 1.14
PR: r0
PKGV: 1.14
PKGR: r0@EXTENDPRAUTO@
LICENSE: LGPL-2.1-or-later
DESCRIPTION: RAUC update controller for host and target
SUMMARY: rauc version 1.14-r0
SECTION: base
PKG:rauc-mark-good: rauc-mark-good
FILES:rauc-mark-good: /usr/lib/systemd/system/rauc-mark-good.service /etc/init.d/rauc-mark-good /usr/lib/systemd/system-preset/98-rauc-mark-good.preset /usr/lib/systemd/system/rauc-mark-good.service
FILES_INFO:rauc-mark-good: {"/usr/lib/systemd/system-preset/98-rauc-mark-good.preset": 30, "/usr/lib/systemd/system/rauc-mark-good.service": 333}
pkg_postinst:rauc-mark-good: #!/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 rauc-mark-good.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 rauc-mark-good.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart rauc-mark-good.service\n\t\tfi\n\tfi\nfi\n
pkg_prerm:rauc-mark-good: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop rauc-mark-good.service\n\n\t\tsystemctl disable rauc-mark-good.service\n\tfi\nfi\n
PKGSIZE:rauc-mark-good: 363
