Updates dconf only if dconf is installed
This commit is contained in:
@@ -21,7 +21,10 @@ function run() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function load_gnome_terminal_profiles() {
|
function load_gnome_terminal_profiles() {
|
||||||
run dconf load /org/gnome/terminal/legacy/profiles:/ < $(this_script_root_dir)/gnome-terminal-profiles.dconf
|
if which dconf
|
||||||
|
then
|
||||||
|
run dconf load /org/gnome/terminal/legacy/profiles:/ < $(this_script_root_dir)/gnome-terminal-profiles.dconf
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_home() {
|
function install_home() {
|
||||||
|
|||||||
Reference in New Issue
Block a user