[remaster/mcs] some fixes to complete artwork integration
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user