[Blends-commit] [SCM] ezgo branch, master, updated. ba02fd79a4f45ed1f34684b0657d548cc5b77d59

Franklin franklin at goodhorse.idv.tw
Tue Mar 22 15:54:24 UTC 2016


The following commit has been merged in the master branch:
commit e7ae3a69517927f9309ee2460a031f00dd3b3587
Author: Franklin <franklin at goodhorse.idv.tw>
Date:   Tue Mar 22 23:53:16 2016 +0800

    Add script files for ezgo-misc-tuxpaint

diff --git a/debian/ezgo-misc-tuxpaint.postinst b/debian/ezgo-misc-tuxpaint.postinst
new file mode 100644
index 0000000..e262642
--- /dev/null
+++ b/debian/ezgo-misc-tuxpaint.postinst
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+if [ -e /etc/tuxpaint/tuxpaint.conf ]; then
+	sed -i '$ a\sysfonts=yes' /etc/tuxpaint/tuxpaint.conf
+fi
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/ezgo-misc-tuxpaint.prerm b/debian/ezgo-misc-tuxpaint.prerm
new file mode 100644
index 0000000..2c372bc
--- /dev/null
+++ b/debian/ezgo-misc-tuxpaint.prerm
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+    if [ -e /etc/tuxpaint/tuxpaint.conf ]; then
+        sed -i 's/sysfonts=yes//g' /etc/tuxpaint/tuxpaint.conf
+    fi
+
+#DEBHELPER#
+
+exit 0

-- 
Blend for educatipn with asian specific adaptations



More information about the Blends-commit mailing list