wireshark/debian/wireshark-common.config

11 lines
121 B
Bash

#! /bin/sh
set -e
. /usr/share/debconf/confmodule
db_input high wireshark-common/install-setuid || true
db_go
exit 0