[Blends-commit] [SCM] ezgo branch, master, updated. e7b6d3b7c5e2c64fd9faa48af3c816ce1e2981d3
Franklin
franklin at goodhorse.idv.tw
Sun Mar 27 14:58:51 UTC 2016
The following commit has been merged in the master branch:
commit e7b6d3b7c5e2c64fd9faa48af3c816ce1e2981d3
Author: Franklin <franklin at goodhorse.idv.tw>
Date: Sun Mar 27 22:58:27 2016 +0800
Add ezgo-misc-7zip packages
diff --git a/debian/control.stub b/debian/control.stub
index d479718..1c63fd7 100644
--- a/debian/control.stub
+++ b/debian/control.stub
@@ -213,6 +213,17 @@ Description: desktop files for ezgo
.
This package contains desktop files for ezgo.
+Package: ezgo-misc-7zip
+Architecture: all
+Description: 7zip for ezgo
+ Debian ezgo is a Debian Pure Blends project which collects a set of free
+ and open source software, as well as many public domain tutorials. ezgo
+ aims to introduce the world of free and open source software to those who
+ have never heard or touched it. It is also good for teaching and
+ self-learning.
+ .
+ This package contains 7zip software package for ezgo.
+
Package: ezgo-atayal
Architecture: all
Description: Packages for Atayal locale
diff --git a/debian/ezgo-misc-7zip.install b/debian/ezgo-misc-7zip.install
new file mode 100644
index 0000000..2ee464b
--- /dev/null
+++ b/debian/ezgo-misc-7zip.install
@@ -0,0 +1,2 @@
+ezgo-misc/7zip.tar.gz usr/share/ezgo/ezgo-misc
+ezgo-misc/7zip.desktop usr/share/applications
diff --git a/debian/ezgo-misc-7zip.postinst b/debian/ezgo-misc-7zip.postinst
new file mode 100644
index 0000000..ca78067
--- /dev/null
+++ b/debian/ezgo-misc-7zip.postinst
@@ -0,0 +1,17 @@
+#! /bin/sh
+
+set -e
+
+# 7-zip
+
+cd /usr/share/ezgo/ezgo-misc
+
+if [ -f 7zip.tar.gz ]; then
+ tar xfz 7zip.tar.gz
+ rm -rf /usr/local/7-Zip
+ mv /usr/share/ezgo/ezgo-misc/7-Zip /usr/local/
+fi
+
+
+#DEBHELPER#
+
diff --git a/debian/ezgo-misc-7zip.prerm b/debian/ezgo-misc-7zip.prerm
new file mode 100644
index 0000000..4da6308
--- /dev/null
+++ b/debian/ezgo-misc-7zip.prerm
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+set -e
+
+rm -rf /usr/local/7-Zip
+
+#DEBHELPER#
+
--
Blend for educatipn with asian specific adaptations
More information about the Blends-commit
mailing list