summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stcai-isp-tiny-wine.install15
-rw-r--r--stcai-isp-wine.install15
2 files changed, 30 insertions, 0 deletions
diff --git a/stcai-isp-tiny-wine.install b/stcai-isp-tiny-wine.install
new file mode 100644
index 000000000000..d8a2c94509dc
--- /dev/null
+++ b/stcai-isp-tiny-wine.install
@@ -0,0 +1,15 @@
+info() {
+ echo -e "STCAI-ISP 下载编程烧录软件"
+}
+post_install() {
+ info
+}
+post_upgrade() {
+ echo "deleting the stcai-isp bottle..."
+ find /home -maxdepth 2 -name ".stcai-isp" -exec rm -rf {} \;
+ info
+}
+pre_remove() {
+ echo "deleting the stcai-isp bottle..."
+ find /home -maxdepth 2 -name ".stcai-isp" -exec rm -rf {} \;
+}
diff --git a/stcai-isp-wine.install b/stcai-isp-wine.install
new file mode 100644
index 000000000000..d8a2c94509dc
--- /dev/null
+++ b/stcai-isp-wine.install
@@ -0,0 +1,15 @@
+info() {
+ echo -e "STCAI-ISP 下载编程烧录软件"
+}
+post_install() {
+ info
+}
+post_upgrade() {
+ echo "deleting the stcai-isp bottle..."
+ find /home -maxdepth 2 -name ".stcai-isp" -exec rm -rf {} \;
+ info
+}
+pre_remove() {
+ echo "deleting the stcai-isp bottle..."
+ find /home -maxdepth 2 -name ".stcai-isp" -exec rm -rf {} \;
+}