[x11-themes/sabayon-artwork-corecd] Fix Typo

This commit is contained in:
Ian Whyman
2009-06-20 15:35:12 +01:00
parent 776768ade0
commit 72de661bfe
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
DIST sabayon-artwork-corecd-1.0.tar.lzma 418704 RMD160 a2cbf1ed14658002eb1ab350635991b93f2d8ead SHA1 efe2b6fff17b129baf6ac76e62b34b70bae49b50 SHA256 0db5de11662d0d6c34d57b9185124384a598f5f335115c98a52d75594ee4021c
EBUILD sabayon-artwork-corecd-1.0.ebuild 1300 RMD160 a2a4508ed27f2a6ec7606bb8d3d4fc78c974152f SHA1 742c7db15bd8fdc5654da503470030ad97640d88 SHA256 703dd0397c7446d0f9bafe1de49887bace7e34f16a0e2ad39ecb5d6dbce38765
EBUILD sabayon-artwork-corecd-1.0.ebuild 1301 RMD160 b306b2dde020a915fffc183c1b3c5afee57642c3 SHA1 0d6e66432e7c99d1fa230214ca40ba61fca2c82f SHA256 6dbd41730df61c6f046107dad8696e80b213dc6903396c57f91cc9478659ec57
MISC ChangeLog 559 RMD160 8e3fe07fed9de5608a8b532d4fa7e090ff295234 SHA1 bcbf71830c636f2426a910e73ee44c6eb69b6bd8 SHA256 4ccc03ce4462c7603dae5cf7d85d198f76bb46c0c695c3a003c30c022d56b5bc
@@ -26,20 +26,20 @@ src_install () {
}
pkg_postinst () {
ewarn "Please report bugs or glitches to"
ewarn "bugs.sabayonlinux.org"
einfo "If you see your old splash for a few seconds at boot please run:"
einfo "# splash_geninitramfs --res NxN --append /path/to/initramfsimage sabayon-core"
einfo "where NxN is your resolution and /path/to/initramfs is your intramfs directory"
einfo "to update your initramfs"
einfo "To use this theme you will need to change the \"theme\" option in your"
einfo "grub.conf to \"sabayon-core\""
# mount boot first
mount-boot_mount_boot_partition
# Update Sabayon initramfs images
update_sabayon_kernel_initramfs_splash
ewarn "Please report bugs or glitches to"
ewarn "bugs.sabayonlinux.org"
einfo "If you see your old splash for a few seconds at boot please run:"
einfo "\# splash_geninitramfs --res NxN --append /path/to/initramfsimage sabayon-core"
einfo "where NxN is your resolution and /path/to/initramfs is your intramfs directory"
einfo "to update your initramfs"
einfo "To use this theme you will need to change the \"theme\" option in your"
einfo "grub.conf to \"sabayon-core\""
}