PN: eudev
PV: 3.2
PR: r0
PKGV: 3.2
PKGR: r0
LICENSE: GPLv2.0+
DESCRIPTION: eudev is a fork of systemd's udev.
SUMMARY: eudev is a fork of systemd's udev
RRECOMMENDS_udev-cache:  update-rc.d
SECTION: base
PKG_udev-cache: udev-cache
FILES_udev-cache: /etc/init.d/udev-cache /etc/default/udev-cache
pkg_postinst_udev-cache: #!/bin/sh\n# Begin section update-rc.d\nif 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 udev-cache start 36 S .\nfi\n# End section update-rc.d\n
pkg_postrm_udev-cache: #!/bin/sh\nif 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 udev-cache remove\nfi\n
pkg_preinst_udev-cache: #!/bin/sh\nif [ -z "$D" -a -f "/etc/init.d/udev-cache" ]; then\n\t/etc/init.d/udev-cache stop || :\nfi\nif 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 udev-cache remove\nfi\n
pkg_prerm_udev-cache: #!/bin/sh\n# Begin section update-rc.d\nif [ -z "$D" -a -x "/etc/init.d/udev-cache" ]; then\n\t/etc/init.d/udev-cache stop || :\nfi\n# End section update-rc.d\n
FILES_INFO: {"/etc/init.d/udev-cache": 2162, "/etc/default/udev-cache": 134}
FILERDEPENDSFLIST_udev-cache: /etc/init.d/udev-cache
FILERDEPENDS_/etc/init.d/udev-cache_udev-cache: /bin/sh
PKGSIZE_udev-cache: 2296
