summarylogtreecommitdiffstats
path: root/badtouch.install
diff options
context:
space:
mode:
Diffstat (limited to 'badtouch.install')
-rw-r--r--badtouch.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/badtouch.install b/badtouch.install
new file mode 100644
index 000000000000..72fc5cd3d7f8
--- /dev/null
+++ b/badtouch.install
@@ -0,0 +1,9 @@
+# vim: ft=sh ts=4 et
+
+post_install() {
+ setcap cap_sys_resource=+ep /usr/bin/badtouch
+}
+
+post_upgrade() {
+ post_install
+}