systemd: update to 236

This commit is contained in:
Lukas Rusak 2017-12-17 09:40:04 -08:00
parent 4fcd5b31c9
commit 5090704cce
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -17,8 +17,8 @@
################################################################################ ################################################################################
PKG_NAME="systemd" PKG_NAME="systemd"
PKG_VERSION="235" PKG_VERSION="236"
PKG_SHA256="25811f96f5a027bf2a4c9383495cf5b623e385d84da31e473cf375932b3e9c52" PKG_SHA256="0cadccfa7109232ec2a469d41ca595d5595b83b648b534ea669c15dbca904c43"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.freedesktop.org/wiki/Software/systemd" PKG_SITE="http://www.freedesktop.org/wiki/Software/systemd"
@ -177,10 +177,17 @@ post_makeinstall_target() {
rm -rf $INSTALL/usr/lib/systemd/system-generators rm -rf $INSTALL/usr/lib/systemd/system-generators
rm -rf $INSTALL/usr/lib/systemd/catalog rm -rf $INSTALL/usr/lib/systemd/catalog
# remove partition
rm -rf $INSTALL/usr/lib/systemd/systemd-growfs
rm -rf $INSTALL/usr/lib/systemd/systemd-makefs
# distro preset policy # distro preset policy
rm -f $INSTALL/usr/lib/systemd/system-preset/* rm -f $INSTALL/usr/lib/systemd/system-preset/*
echo "disable *" > $INSTALL/usr/lib/systemd/system-preset/99-default.preset echo "disable *" > $INSTALL/usr/lib/systemd/system-preset/99-default.preset
rm -f $INSTALL/usr/lib/systemd/user-preset/*
echo "disable *" > $INSTALL/usr/lib/systemd/user-preset/90-systemd.preset
# remove networkd # remove networkd
rm -rf $INSTALL/usr/lib/systemd/network rm -rf $INSTALL/usr/lib/systemd/network