The following commit has been merged in the master branch:
commit 74df4fa6857a47c5cd09c59bb40e4746815c99b2
Author: Franklin <[email protected]>
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
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit