From cfe69b38c34170f9e5912f59dbccafe8330da267 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 24 Nov 2013 19:14:02 +0200 Subject: [PATCH] fix previous commit (stale symlinks) --- packages/sysutils/systemd/package.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/sysutils/systemd/package.mk b/packages/sysutils/systemd/package.mk index ecb03ea127..ee4c4910d8 100644 --- a/packages/sysutils/systemd/package.mk +++ b/packages/sysutils/systemd/package.mk @@ -156,6 +156,7 @@ post_makeinstall_target() { rm -rf $INSTALL/lib/systemd/systemd-update-utmp rm -rf $INSTALL/lib/systemd/system/systemd-update-utmp-runlevel.service rm -rf $INSTALL/lib/systemd/system/systemd-update-utmp.service + rm -rf $INSTALL/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service # remove systemd-ask-password. pointless rm -rf $INSTALL/lib/systemd/system/systemd-ask-password-wall.service @@ -164,6 +165,8 @@ post_makeinstall_target() { rm -rf $INSTALL/lib/systemd/system/systemd-ask-password-console.service rm -rf $INSTALL/bin/systemd-ask-password rm -rf $INSTALL/bin/systemd-tty-ask-password-agent + rm -rf $INSTALL/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path + rm -rf $INSTALL/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path # remove some generators we never use rm -rf $INSTALL/lib/systemd/system-generators/systemd-fstab-generator