From 382cd007595538cd03024873b3640a832ac8622d Mon Sep 17 00:00:00 2001 From: Sergey Morozov Date: Wed, 27 Apr 2022 23:55:31 +0300 Subject: [PATCH] Remove sed dependency from xorg-xinit hook --- airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook | 1 - 1 file changed, 1 deletion(-) diff --git a/airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook b/airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook index 59cbadf..89017ac 100644 --- a/airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook +++ b/airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook @@ -8,6 +8,5 @@ Target = xorg-xinit Description = Add instructions for startx When = PostTransaction Depends = xorg-xinit -Depends = sed Depends = sh Exec = /bin/sh -c "echo -e \\nTo start GUI, type startx.\\n >> /etc/motd"