fixed a typo breaking build cinnamon (#2936)

This commit is contained in:
Richard Neese 2021-06-29 11:30:30 -04:00 committed by GitHub
parent c3c9dfa4c6
commit 784f6cf3b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ theme='Numix'
[org/cinnamon/settings-daemon/plugins/xsettings]
buttons-have-icons=true
menus-have-icons=true >> $keys
menus-have-icons=true" >> $keys
echo "user-db:user
system-db:local" >> $profile
@ -48,6 +48,4 @@ dconf update
#re-compile schemas
if [ -d /usr/share/glib-2.0/schemas ]; then
glib-compile-schemas /usr/share/glib-2.0/schemas
fi
fi