PN: run-postinsts
PV: 1.0
PR: r0
PKGV: 1.0
PKGR: r0.0
LICENSE: MIT
DESCRIPTION: Runs postinstall scripts on first boot of the target device
SUMMARY: Runs postinstall scripts on first boot of the target device
RDEPENDS:run-postinsts: util-linux-fcntl-lock
RRECOMMENDS:run-postinsts:  update-rc.d
SECTION: devel
PKG:run-postinsts: run-postinsts
FILES:run-postinsts: /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/run-postinsts /usr/lib/run-postinsts/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers
FILES_INFO:run-postinsts: {"/etc/init.d/run-postinsts": 25, "/usr/sbin/run-postinsts": 2150}
pkg_postinst:run-postinsts: #!/bin/sh\nset -e\nif true && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-r $D"\n\telse\n\t\tOPT="-s"\n\tfi\n\tupdate-rc.d $OPT run-postinsts start 99 S .\nfi\n
pkg_postrm:run-postinsts: #!/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 run-postinsts remove\nfi\n
pkg_prerm:run-postinsts: #!/bin/sh\nset -e\nif true && [ -z "$D" -a -x "/etc/init.d/run-postinsts" ]; then\n\t/etc/init.d/run-postinsts stop || :\nfi\n
FILERDEPENDSFLIST:run-postinsts: /etc/init.d/run-postinsts /usr/sbin/run-postinsts
FILERDEPENDS:/etc/init.d/run-postinsts:run-postinsts:  /bin/sh
FILERDEPENDS:/usr/sbin/run-postinsts:run-postinsts:  /bin/sh
PKGSIZE:run-postinsts: 2175
