summaryrefslogtreecommitdiff
path: root/debian/i3status.postinst
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-10-03 14:13:33 +0200
committerMichael Stapelberg <michael@stapelberg.de>2012-10-03 14:13:33 +0200
commit266734418caa8c9e0d7bc9c1fe67c45151f8a433 (patch)
tree42f9557ead671cf716e55173e47572101a0534d7 /debian/i3status.postinst
parentc705b11d44c44dda08ce3fc3a4526199946e1c8b (diff)
remove debian/, packaging now lives on alioth
Diffstat (limited to 'debian/i3status.postinst')
-rw-r--r--debian/i3status.postinst18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/i3status.postinst b/debian/i3status.postinst
deleted file mode 100644
index 6507da8..0000000
--- a/debian/i3status.postinst
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Allow users to get the speed of ethernet interfaces. This is not a security
-# issue as i3status only queries the speed, it does not change any
-# configuration.
-if [ -x /sbin/setcap ]
-then
- setcap cap_net_admin=ep /usr/bin/i3status || true
-else
- echo "setcap(8) not installed. You need to set CAP_NET_ADMIN \
-to be able to query the network link bandwidth without root privileges."
-fi
-
-#DEBHELPER#
-
-exit 0