WSDG: Update docbook info
[metze/wireshark/wip.git] / debian / wireshark-common.config
1 #! /bin/sh
2
3 set -e
4
5 . /usr/share/debconf/confmodule
6
7 db_input high wireshark-common/install-setuid || true
8 db_go
9
10 exit 0