summarylogtreecommitdiffstats
path: root/stcai-isp-tiny-wine.install
diff options
context:
space:
mode:
authortaotieren2024-07-02 14:14:45 +0800
committertaotieren2024-07-02 14:14:45 +0800
commit72a0ac92cb546447222351e6faedeeda19120370 (patch)
tree3c16d855497dc75c357202533864c81f14b0e80c /stcai-isp-tiny-wine.install
parentbe6564f53ebb98cf6ee0e24796337e6d8cc85b5d (diff)
downloadaur-72a0ac92cb546447222351e6faedeeda19120370.tar.gz
update stc-isp-wine
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 {} \;
}