From fe39148d0cd6ec9020883e8e2af9376412f8da86 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 6 Mar 2019 15:23:42 -0500 Subject: WIP: waterfox dpkg --- waterfox/debian/config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 waterfox/debian/config (limited to 'waterfox/debian/config') 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 -- cgit