PN: can-dev-helper
PV: 1.0
PR: r0
PKGV: 1.0
PKGR: r0.3
LICENSE: MIT
DESCRIPTION: Systemd unit for CAN device helper.
SUMMARY: Systemd unit for CAN device helper
RDEPENDS:can-dev-helper: bash
SECTION: base
PKG:can-dev-helper: can-dev-helper
FILES:can-dev-helper: /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/can-dev-helper /usr/lib/can-dev-helper/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers /usr/lib/systemd/system /usr/lib/systemd/system-preset/98-can-dev-helper.preset /usr/lib/systemd/system/can-dev-helper.service
FILES_INFO:can-dev-helper: {"/usr/lib/systemd/system-preset/98-can-dev-helper.preset": 30, "/usr/lib/systemd/system/can-dev-helper.service": 174, "/usr/sbin/can-dev-helper.sh": 792}
pkg_postinst:can-dev-helper: #!/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 can-dev-helper.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 can-dev-helper.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart can-dev-helper.service\n\t\tfi\n\tfi\nfi\n
pkg_prerm:can-dev-helper: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop can-dev-helper.service\n\n\t\tsystemctl disable can-dev-helper.service\n\tfi\nfi\n
FILERDEPENDSFLIST:can-dev-helper: /usr/sbin/can-dev-helper.sh
FILERDEPENDS:/usr/sbin/can-dev-helper.sh:can-dev-helper:  /bin/bash
PKGSIZE:can-dev-helper: 996
