aboutsummaryrefslogtreecommitdiffstats
path: root/mkinitcpio/ykfde
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2017-09-22 01:16:51 +0200
committerGravatar Christian Hesse <mail@eworm.de>2017-09-22 01:16:51 +0200
commit202900fce432b2bb12548957057d9635517f4779 (patch)
tree18ecf5a8ad6b1e9ceb0750e848051a80bb998fd5 /mkinitcpio/ykfde
parente773b46301d40c977f2fb817571ec1c20c9fbace (diff)
downloadmkinitcpio-ykfde-202900fce432b2bb12548957057d9635517f4779.tar.gz
mkinitcpio-ykfde-202900fce432b2bb12548957057d9635517f4779.tar.zst
sleep and pkill are no longer required
Diffstat (limited to 'mkinitcpio/ykfde')
-rw-r--r--mkinitcpio/ykfde2
1 files changed, 0 insertions, 2 deletions
diff --git a/mkinitcpio/ykfde b/mkinitcpio/ykfde
index 9704a08..3e8e485 100644
--- a/mkinitcpio/ykfde
+++ b/mkinitcpio/ykfde
@@ -14,8 +14,6 @@ build() {
add_systemd_unit ykfde-2f.service
add_symlink /usr/lib/systemd/system/sysinit.target.wants/ykfde-2f.service ../ykfde-2f.service
add_binary systemd-ask-password
- add_binary pkill
- add_binary sleep
fi
}