From 098454ccc3fe037577c04788d10f9ee99305875e Mon Sep 17 00:00:00 2001 From: Sergey Morozov Date: Wed, 27 Apr 2022 23:52:13 +0300 Subject: [PATCH] Revert "Keyboard configuration" This reverts commit a1b887540bdcc6db63e22e32dd6f403be9053c60. --- airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook diff --git a/airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook b/airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook deleted file mode 100644 index 59cbadf..0000000 --- a/airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook +++ /dev/null @@ -1,13 +0,0 @@ -# remove from airootfs! -[Trigger] -Operation = Install -Type = Package -Target = xorg-xinit - -[Action] -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"