diff options
author | Holger Paradies <retabell@gmx.de> | 2016-03-13 16:26:55 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2016-03-16 22:27:54 +0100 |
commit | da26107ab5053957d8dcdd2e9ee707351e5c9e65 (patch) | |
tree | 2f105e79d90526929377a9e235b60d48a1860b8c /config/chroot_local-hooks | |
parent | 3489aa8f723c6a5c9927d7a6a2e3775e848c9181 (diff) | |
download | kanotix-da26107ab5053957d8dcdd2e9ee707351e5c9e65.zip kanotix-da26107ab5053957d8dcdd2e9ee707351e5c9e65.tar.gz |
rename iceweasel to firefox
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-x | config/chroot_local-hooks/08-appdefaults | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/08-appdefaults b/config/chroot_local-hooks/08-appdefaults index 6a53ff2..8081410 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 || true update-alternatives --set x-session-manager /usr/bin/startlxde || true update-alternatives --set x-session-manager /usr/bin/startkde || true update-alternatives --set editor /usr/bin/vim.basic || true |