PN: systemd
PE: 1
PV: 257.8
PR: r0
PKGE: 1
PKGV: 257.8
PKGR: r0@EXTENDPRAUTO@
LICENSE: GPL-2.0-only & LGPL-2.1-or-later
DESCRIPTION: systemd is a system and service manager for Linux, compatible with SysV and LSB init scripts. systemd provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux cgroups, supports snapshotting and restoring of the system state, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. It can work as a drop-in replacement for sysvinit.
SUMMARY: A System and service manager
RDEPENDS:systemd-mime: shared-mime-info-data
SECTION: base/shell
PKG:systemd-mime: systemd-mime
FILES:systemd-mime: /usr/share/mime
FILES_INFO:systemd-mime: {"/usr/share/mime/packages/io.systemd.xml": 1903}
pkg_postinst:systemd-mime: #!/bin/sh\nset -e\nif [ "x$D" != "x" ]; then\n\t$INTERCEPT_DIR/postinst_intercept update_mime_database ${PKG} \\\n\t\tmlprefix= \\\n\t\tmimedir=/usr/share/mime\nelse\n\techo "Updating MIME database... this may take a while."\n\tupdate-mime-database $D/usr/share/mime\nfi\n
pkg_postrm:systemd-mime: #!/bin/sh\nset -e\nif [ "x$D" != "x" ]; then\n\t$INTERCEPT_DIR/postinst_intercept update_mime_database ${PKG} \\\n\t\tmlprefix= \\\n\t\tmimedir=/usr/share/mime\nelse\n\techo "Updating MIME database... this may take a while."\n\t# $D/usr/share/mime/packages belong to package shared-mime-info-data,\n\t# packages like libfm-mime depend on shared-mime-info-data.\n\t# after shared-mime-info-data uninstalled, $D/usr/share/mime/packages\n\t# is removed, but update-mime-database need this dir to update\n\t# database, workaround to create one and remove it later\n\tif [ ! -d $D/usr/share/mime/packages ]; then\n\t\tmkdir -p $D/usr/share/mime/packages\n\t\tupdate-mime-database $D/usr/share/mime\n\t\trmdir --ignore-fail-on-non-empty $D/usr/share/mime/packages\n\telse\n\t\tupdate-mime-database $D/usr/share/mime\nfi\nfi\n
PKGSIZE:systemd-mime: 1903
