diff options
Diffstat (limited to 'waterfox/debian/config')
-rw-r--r-- | waterfox/debian/config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/waterfox/debian/config b/waterfox/debian/config new file mode 100644 index 0000000..f1b344a --- /dev/null +++ b/waterfox/debian/config @@ -0,0 +1,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 |