7 lines
65 B
Bash
Executable file
7 lines
65 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
rm /etc/kb-haptic-length || true
|
|
|
|
#DEBHELPER#
|