[Blends-commit] [SCM] ezgo branch, master, updated. c4c461e3d7b1812feaa4bc7944cc2d6c2a179c15
Franklin
franklin at goodhorse.idv.tw
Thu Feb 26 15:13:15 UTC 2015
The following commit has been merged in the master branch:
commit 74df4fa6857a47c5cd09c59bb40e4746815c99b2
Author: Franklin <franklin at goodhorse.idv.tw>
Date: Sun Jan 18 15:30:00 2015 +0800
Add libreoffice configure
diff --git a/ezgo-misc/update-ezgo-misc b/ezgo-misc/update-ezgo-misc
index 93de302..a758b76 100755
--- a/ezgo-misc/update-ezgo-misc
+++ b/ezgo-misc/update-ezgo-misc
@@ -19,6 +19,12 @@ case "$1" in
rm -f 7zip.tar.gz
# fix tuxpaint
sed -i '$ a\sysfonts=yes' /etc/tuxpaint/tuxpaint.conf
+ # libreoffice configurations
+ tar xf libreoffice.tar.gz
+ rm -rf /etc/skel/.config/libreoffice
+ mv /usr/share/ezgo/ezgo-misc/libreoffice /etc/skel/.config
+ chown -R root.root /etc/skel/.config/libreoffice
+ rm -f libreoffice.tar.gz
;;
remove)
rm -f /usr/share/applications/7zip.desktop
@@ -30,5 +36,6 @@ case "$1" in
rm -f /usr/share/applications/about_ezgo.desktop
rm -f /usr/local/7-Zip
sed -i 's/sysfonts=yes//g' /etc/tuxpaint/tuxpaint.conf
+ rm -rf /etc/skel/.config/libreoffice
;;
esac
--
Blend for educatipn with asian specific adaptations
More information about the Blends-commit
mailing list