summaryrefslogtreecommitdiffstats
path: root/debian/wireshark-common.config
diff options
context:
space:
mode:
Diffstat (limited to 'debian/wireshark-common.config')
-rw-r--r--debian/wireshark-common.config10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/wireshark-common.config b/debian/wireshark-common.config
new file mode 100644
index 0000000..e81a176
--- /dev/null
+++ b/debian/wireshark-common.config
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+db_input high wireshark-common/install-setuid || true
+db_go
+
+exit 0