summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/gpm/gpm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/gpm/gpm.sh')
-rwxr-xr-xabs/core-testing/gpm/gpm.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/abs/core-testing/gpm/gpm.sh b/abs/core-testing/gpm/gpm.sh
deleted file mode 100755
index af35a5f..0000000
--- a/abs/core-testing/gpm/gpm.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-case $( /usr/bin/tty ) in
- /dev/tty[0-9]*) [ -n "$(pgrep gpm)" ] && /usr/bin/disable-paste ;;
-esac