Skip to content
Snippets Groups Projects
Commit 2cb8f161 authored by Christopher's avatar Christopher
Browse files

Install routine for kde defaults

parent 9eb47737
No related branches found
No related tags found
No related merge requests found
...@@ -65,9 +65,16 @@ function finalize() ...@@ -65,9 +65,16 @@ function finalize()
rm -rf /var/crash/* rm -rf /var/crash/*
} }
function install_kde_defaults()
{
mkdir -p /etc/skel/.kde/share/config/
cp "$SCRIPT_DIR/kde_config/"* /etc/skel/.kde/share/config/
}
prepare_install prepare_install
install_packages install_packages
install_kde_defaults
#moved to initrd #moved to initrd
#cp "$SCRIPT_DIR/no-bootloader-icon/ubiquity-gtkui-no-bootloader.desktop" /usr/share/applications/ #cp "$SCRIPT_DIR/no-bootloader-icon/ubiquity-gtkui-no-bootloader.desktop" /usr/share/applications/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment