diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-03 23:22:42 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-03 23:22:42 +0000 |
commit | 91818574fb20e98aed69f4f4586e3f971e17f013 (patch) | |
tree | e025ebd5590ec3ca7edf69a871753f85e10598f5 /packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb | |
parent | c73693c12be6d852f243ed5bb5b8d585943e8003 (diff) | |
parent | 84a4706fc5292c926fb1126857cd350b62ddd0b4 (diff) |
merge of '4b865f129d7c784106bb82861c16cc6330c629a9'
and '7e82eca3f8662bfb12dc49e93daed21b2aa8feeb'
Diffstat (limited to 'packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb')
-rw-r--r-- | packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb b/packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb index 0cdafb7275..9790d8ebad 100644 --- a/packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb +++ b/packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb @@ -15,7 +15,7 @@ SRC_URI = "file://splash-e-portrait.svg \ #FIXME: please use an gpe-bootsplash-theme.inc to reduce duplication do_install() { - install -d "${D}/usr/share/gpe" + install -d "${D}/usr/share/gpe" install -m 0644 ${WORKDIR}/splash-${THEME}* ${D}/usr/share/gpe } @@ -26,7 +26,7 @@ pkg_postinst() { pkg_postrm() { update-alternatives --remove bootsplash-l /usr/share/gpe/splash-${THEME}-landscape.svg - update-alternatives --remove bootsplash-p /usr/share/gpe/splash-${THEME}-portrait.svg + update-alternatives --remove bootsplash-p /usr/share/gpe/splash-${THEME}-portrait.svg } FILES_${PN} = "/usr/share/gpe/splash-${THEME}-*" |