[Blends-commit] [SCM] ezgo branch, master, updated. c4c461e3d7b1812feaa4bc7944cc2d6c2a179c15
Franklin
franklin at goodhorse.idv.tw
Thu Feb 26 15:13:11 UTC 2015
The following commit has been merged in the master branch:
commit edf858e90c78efa1368f8e6131a8446bd902ba27
Author: Franklin <franklin at goodhorse.idv.tw>
Date: Sat Jan 17 19:56:57 2015 +0800
Add command to fix tuxpaint configuration in update-ezgo-misc
diff --git a/ezgo-misc/update-ezgo-misc b/ezgo-misc/update-ezgo-misc
index 886fc52..168172c 100755
--- a/ezgo-misc/update-ezgo-misc
+++ b/ezgo-misc/update-ezgo-misc
@@ -3,6 +3,7 @@ set -e
case "$1" in
configure)
+ # link desktop files for ezgo
ln -sf /usr/share/ezgo/desktop-files/7zip.desktop /usr/share/applications/7zip.desktop
ln -sf /usr/share/ezgo/desktop-files/impressive-editor.desktop /usr/share/applications/impressive-editor.desktop
ln -sf /usr/share/ezgo/desktop-files/media_install.desktop /usr/share/applications/media_install.desktop
@@ -10,9 +11,12 @@ case "$1" in
ln -sf /usr/share/ezgo/desktop-files/my_computer.desktop /usr/share/applications/my_computer.desktop
ln -sf /usr/share/ezgo/desktop-files/my_ezgo.desktop /usr/share/applications/my_ezgo.desktop
cd /usr/share/ezgo/ezgo-misc
+ # 7-zip
tar xf 7zip.tar.gz
rm -rf /usr/local/7-Zip
mv /usr/share/ezgo/ezgo-misc/7-Zip /usr/local/
+ # fix tuxpaint
+ sed -i '$ a\sysfonts=yes' /etc/tuxpaint/tuxpaint.conf
;;
remove)
rm -f /usr/share/applications/7zip.desktop
--
Blend for educatipn with asian specific adaptations
More information about the Blends-commit
mailing list