diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-30 22:18:53 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-30 22:18:53 +0200 |
| commit | 3d52b2129312d5a91bb9619d78e0578c98f31547 (patch) | |
| tree | a551a1d2e9ddfecdc9b765d860d09cbde67385fe /Makefile | |
| parent | 7beb31f48515cbc3eb0e91b09c2faa66ca286b15 (diff) | |
add hooks
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index e701613..0000000 --- a/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -include config.mk - -install: - sed ./keyusbctl -e "s/\[USB_UUID\]/${USB_UUID}/g" > /usr/local/sbin/keyusbctl - cp ./usb-unplug.rules /etc/udev/rules.d/ - chmod +x /usr/local/sbin/keyusbctl - @echo type 'udevadm control --reload' to reload the udev rules |