From 784f6cf3b83c19b7b7e6294a22df75da4a56ea68 Mon Sep 17 00:00:00 2001 From: Richard Neese Date: Tue, 29 Jun 2021 11:30:30 -0400 Subject: [PATCH] fixed a typo breaking build cinnamon (#2936) --- config/desktop/focal/environments/cinnamon/debian/postinst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/desktop/focal/environments/cinnamon/debian/postinst b/config/desktop/focal/environments/cinnamon/debian/postinst index 5d9388c9fa..04911c054d 100755 --- a/config/desktop/focal/environments/cinnamon/debian/postinst +++ b/config/desktop/focal/environments/cinnamon/debian/postinst @@ -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 \ No newline at end of file