diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-03 23:45:25 +0000 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-03-03 16:33:59 -0800 |
commit | 91d72e822e0d03aa6e9b1de13c181ec062c98740 (patch) | |
tree | acd6d0556708d7e78caf33a7773710b085682578 /meta/recipes-sato/sato-icon-theme | |
parent | 8640414cca7bd4a7896bc6142abd1013b87d3477 (diff) | |
download | poky-91d72e822e0d03aa6e9b1de13c181ec062c98740.tar.gz |
Fixup merge error and apply cleanups
(From OE-Core rev: a72822d315d7bc35a424b0807693ad7a3317c519)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/sato-icon-theme')
-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} () { | |||
23 | exit 1 | 23 | exit 1 |
24 | fi | 24 | fi |
25 | gtk-update-icon-cache -q /usr/share/icons/Sato | 25 | gtk-update-icon-cache -q /usr/share/icons/Sato |
26 | echo 'gtk-icon-theme-name = "Sato"' > /etc/gtk-2.0/gtkrc | 26 | echo 'gtk-icon-theme-name = "Sato"' >> /etc/gtk-2.0/gtkrc |
27 | } | 27 | } |