mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-08-08 10:33:57 +08:00
Add 'spark-update-tool/' from commit 'cfa8e04755a0f9f5b75af33e71ddd97a523b6863'
git-subtree-dir: spark-update-tool git-subtree-mainline:ad5705405agit-subtree-split:cfa8e04755
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
purge)
|
||||
|
||||
rm -rf /usr/share/spark-update-tool
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user