Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Install schemas from antergos-gsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
karasu committed Sep 18, 2017
1 parent ad2d333 commit 65ccbcd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ if [ -d "${_ANT_SRC_DIR}/usr" ]; then
cp -R "${_ANT_SRC_DIR}/usr/." /usr
fi

# Copy schemas (from antergos-gsettings)
_SCHEMAS_DST_DIR="/usr/share/glib-2.0/schemas"
_SCHEMAS_SRC_DIR="/usr/share/antergos/schemas/${_ANT_DESKTOP}"

if [ -d "${_SCHEMAS_SRC_DIR}" ] && [ -d "${_SCHEMAS_DST_DIR}" ]; then
cp "${_SCHEMAS_SRC_DIR}/*.override" ${_SCHEMAS_DST_DIR}
fi

# Desktop specific setup

if [[ ${_ANT_DESKTOP} == "kde" ]] || [[ ${_ANT_DESKTOP} == "plasma" ]]; then
Expand Down

0 comments on commit 65ccbcd

Please sign in to comment.