PN: run-postinsts
PV: 1.0
PR: r10
PKGV: 1.0
PKGR: r10.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
RRECOMMENDS_run-postinsts: run-postinsts-lic 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: {"/etc/init.d/run-postinsts": 25, "/usr/sbin/run-postinsts": 1986}
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: 2011
