summarylogtreecommitdiffstats
path: root/stcai-isp-tiny-wine.install
diff options
context:
space:
mode:
Diffstat (limited to 'stcai-isp-tiny-wine.install')
-rw-r--r--stcai-isp-tiny-wine.install10
1 files changed, 5 insertions, 5 deletions
diff --git a/stcai-isp-tiny-wine.install b/stcai-isp-tiny-wine.install
index d8a2c94509dc..e3ec225b91bc 100644
--- a/stcai-isp-tiny-wine.install
+++ b/stcai-isp-tiny-wine.install
@@ -1,15 +1,15 @@
info() {
- echo -e "STCAI-ISP 下载编程烧录软件"
+ echo -e "STCAI-ISP-TINY 下载编程烧录软件"
}
post_install() {
info
}
post_upgrade() {
- echo "deleting the stcai-isp bottle..."
- find /home -maxdepth 2 -name ".stcai-isp" -exec rm -rf {} \;
+ echo "deleting the stcai-isp-tiny bottle..."
+ find /home -maxdepth 2 -name ".stcai-isp-tiny" -exec rm -rf {} \;
info
}
pre_remove() {
- echo "deleting the stcai-isp bottle..."
- find /home -maxdepth 2 -name ".stcai-isp" -exec rm -rf {} \;
+ echo "deleting the stcai-isp-tiny bottle..."
+ find /home -maxdepth 2 -name ".stcai-isp-tiny" -exec rm -rf {} \;
}