diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/chroot_local-hooks/08-appdefaults | 1 | ||||
-rw-r--r-- | config/lists/firefox | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/08-appdefaults b/config/chroot_local-hooks/08-appdefaults index 8081410..4e54e83 100755 --- a/config/chroot_local-hooks/08-appdefaults +++ b/config/chroot_local-hooks/08-appdefaults @@ -4,6 +4,7 @@ update-alternatives --set pager /usr/bin/most || true update-alternatives --set x-window-manager /usr/bin/openbox || true update-alternatives --set x-window-manager /usr/bin/kwin || true update-alternatives --set x-www-browser /usr/bin/iceweasel || true +update-alternatives --set x-www-browser /usr/bin/firefox-esr || true update-alternatives --set x-www-browser /usr/bin/firefox || true update-alternatives --set x-session-manager /usr/bin/startlxde || true update-alternatives --set x-session-manager /usr/bin/startkde || true diff --git a/config/lists/firefox b/config/lists/firefox index 9e7a837..081c718 100644 --- a/config/lists/firefox +++ b/config/lists/firefox @@ -1 +1,6 @@ +#if DISTRIBUTION wheezy +firefox-esr-l10n-de +#endif +#nif DISTRIBUTION wheezy firefox-l10n-de +#endif |