diff options
author | Christian Hesse <mail@eworm.de> | 2014-03-14 14:30:16 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-03-14 14:30:16 +0100 |
commit | fd3935d721a43141254f86864b195a6a6ceedd77 (patch) | |
tree | 018d4b00d0e03684480eb2f7dbd80b7bcd2a0d30 /install/ykfde | |
parent | 68a220bd2148c9544bf946878304a826fceea54a (diff) | |
download | mkinitcpio-ykfde-fd3935d721a43141254f86864b195a6a6ceedd77.tar.gz mkinitcpio-ykfde-fd3935d721a43141254f86864b195a6a6ceedd77.tar.zst |
replace scripts with a C program
Diffstat (limited to 'install/ykfde')
-rw-r--r-- | install/ykfde | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/install/ykfde b/install/ykfde index 7489e26..fc9ce17 100644 --- a/install/ykfde +++ b/install/ykfde @@ -1,11 +1,7 @@ #!/bin/sh build() { - add_binary inotifywait - add_binary tr - add_binary ykchalresp add_binary /usr/lib/udev/ykfde - add_binary /usr/lib/systemd/systemd-reply-password add_file /usr/lib/initcpio/udev/20-ykfde.rules /usr/lib/udev/rules.d/20-ykfde.rules add_file /etc/ykfde.conf add_file /etc/ykfde-challenge / |