opensnitch/ui/debian/config
Gustavo Iñiguez Goia 5e5a586b18 ui: improved GUI deb packages
Use debconf to ask questions.

This allow us to:
 - install deb packages using apt frontends (noninteractive, readline,
  etc).
 - display the questions on graphical installers like Gdebi.

closes #75
2020-10-27 23:48:48 +01:00

9 lines
233 B
Bash
Executable file

#!/bin/sh -e
. /usr/share/debconf/confmodule
# set default value, otherwise the question is not shown on first install
db_fset python3-opensnitch-ui/question1 seen false
db_input high python3-opensnitch-ui/question1 || true
db_go