diff options
Diffstat (limited to 'install/ykfde')
-rw-r--r-- | install/ykfde | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/install/ykfde b/install/ykfde deleted file mode 100644 index 71e5eb5..0000000 --- a/install/ykfde +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -build() { - add_binary /usr/lib/udev/ykfde - add_file /usr/lib/initcpio/udev/20-ykfde.rules /usr/lib/udev/rules.d/20-ykfde.rules - add_file /etc/ykfde.conf - add_full_dir /etc/ykfde.d/ -} - -help() { - echo "This hook adds support for opening LUKS devices with Yubico key." - echo "Please use command 'ykfde' to prepare." -} |