[Blends-commit] [SCM] ezgo branch, master, updated. c4c461e3d7b1812feaa4bc7944cc2d6c2a179c15
Franklin
franklin at goodhorse.idv.tw
Thu Feb 26 15:13:12 UTC 2015
The following commit has been merged in the master branch:
commit 1ca9c7fd0b6b2aee74997045565bad793f2c2639
Author: Franklin <franklin at goodhorse.idv.tw>
Date: Sun Jan 18 14:19:14 2015 +0800
Why did I forget to add postinst and prerm scripts for ezgo-misc??
diff --git a/debian/ezgo-misc.postinst b/debian/ezgo-misc.postinst
new file mode 100644
index 0000000..2c2b5bd
--- /dev/null
+++ b/debian/ezgo-misc.postinst
@@ -0,0 +1,13 @@
+#! /bin/sh
+
+set -e
+
+#DEBHELPER#
+
+case "$1" in
+ configure)
+ chmod +x /usr/share/ezgo/ezgo-misc/update-ezgo-misc
+ /usr/share/ezgo/ezgo-misc/update-ezgo-misc $1
+ ;;
+esac
+
diff --git a/debian/ezgo-kde.prerm b/debian/ezgo-misc.prerm
similarity index 57%
copy from debian/ezgo-kde.prerm
copy to debian/ezgo-misc.prerm
index ee63de3..a50ef7e 100644
--- a/debian/ezgo-kde.prerm
+++ b/debian/ezgo-misc.prerm
@@ -4,7 +4,7 @@ set -e
case "$1" in
remove)
- /usr/share/ezgo/ezgo-kde/update-kde $1
+ /usr/share/ezgo/ezgo-misc/update-ezgo-misc $1
;;
esac
--
Blend for educatipn with asian specific adaptations
More information about the Blends-commit
mailing list