summaryrefslogtreecommitdiff
path: root/waterfox/debian/config
blob: f1b344a38108cff5d606cc6c5e9a86f0694e44ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
 
# Exit on error
set -e

# Source debconf library.
. /usr/share/debconf/confmodule
 
# Show note
db_input high waterfox/locales || true
 
# Show interface
db_go
bgstack15