From c9f688eefd60452f138654d3f596378e217dd4c4 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 7 Mar 2019 22:16:53 -0500 Subject: WIP: initial bgstackification --- waterfox/debian/waterfox.postinst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'waterfox/debian/waterfox.postinst') diff --git a/waterfox/debian/waterfox.postinst b/waterfox/debian/waterfox.postinst index 3418f39..737231f 100644 --- a/waterfox/debian/waterfox.postinst +++ b/waterfox/debian/waterfox.postinst @@ -39,8 +39,9 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remov update-alternatives --install /usr/bin/x-www-browser \ x-www-browser /usr/bin/$MOZ_APP_NAME 40 - . /usr/share/debconf/confmodule - db_get waterfox/locales + # turned off for bgstack15 release + #. /usr/share/debconf/confmodule + #db_get waterfox/locales fi if [ "$1" = "configure" ] ; then -- cgit