aboutsummaryrefslogtreecommitdiffstats
path: root/debian/wireshark-common.config
blob: c85140533148a0ad008f4432b4d24e4ec62218e4 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

set -e

. /usr/share/debconf/confmodule

db_input medium wireshark-common/install-setuid || true
db_go

exit 0