diff options
author | B Stack <bgstack15@gmail.com> | 2019-03-07 22:16:53 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-03-07 22:16:53 -0500 |
commit | c9f688eefd60452f138654d3f596378e217dd4c4 (patch) | |
tree | 990fa126ce573c38ff8f21153adf3821a5ce9d56 /waterfox/debian/waterfox.postinst | |
parent | WIP: waterfox dpkg (diff) | |
download | stackrpms-c9f688eefd60452f138654d3f596378e217dd4c4.tar.gz stackrpms-c9f688eefd60452f138654d3f596378e217dd4c4.tar.bz2 stackrpms-c9f688eefd60452f138654d3f596378e217dd4c4.zip |
WIP: initial bgstackification
Diffstat (limited to 'waterfox/debian/waterfox.postinst')
-rw-r--r-- | waterfox/debian/waterfox.postinst | 5 |
1 files changed, 3 insertions, 2 deletions
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 |