[remaster/mcs] some fixes to complete artwork integration

This commit is contained in:
Fabio Erculiani
2010-11-04 23:33:21 +01:00
parent ab79906343
commit 341d0636a0
3 changed files with 8 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ java-config -S sun-jdk || exit 1
mkdir -p /etc/oem
# Setup fbsplash (babel theme)
mv /.mcs/fbsplash-babel /etc/splash/ || exit 1
mv /.mcs/fbsplash-babel /etc/splash/babel || exit 1
chown root:root /etc/splash/babel -R || exit 1
echo "babel" > /etc/oem/splash_name || exit 1
# update initramfs with new splash data
@@ -23,7 +23,7 @@ done
# copy background over
cp /.mcs/background/* /usr/share/backgrounds/ -R || exit 1
chown root:root /usr/share/background/ -R || exit 1
chown root:root /usr/share/backgrounds/ -R || exit 1
# setup background in /etc/skel
for file in `find /etc/skel -type f`; do
sed -i "s:/usr/share/backgrounds/sabayonlinux.jpg:/usr/share/backgrounds/background-mailware.jpg:g" "${file}"