diff options
Diffstat (limited to 'meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc')
-rw-r--r-- | meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc b/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc index 3ee76efdea..0eff9dd7ae 100644 --- a/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc +++ b/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc @@ -23,5 +23,5 @@ pkg_postinst_${PN} () { exit 1 fi gtk-update-icon-cache -q /usr/share/icons/Sato - echo 'gtk-icon-theme-name = "Sato"' > /etc/gtk-2.0/gtkrc + echo 'gtk-icon-theme-name = "Sato"' >> /etc/gtk-2.0/gtkrc } |