aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/setup.sh b/setup.sh
deleted file mode 100755
index 3b01dde..0000000
--- a/setup.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-# Setup for compile time checks of fastmouse for linux build.
-
-set -x
-
-rm ./linux/drivers/hid/hid-input.c
-ln -s "${PWD}"/src/hid-input.c "${PWD}"/linux/drivers/hid/hid-input.c
-