summarylogtreecommitdiffstats
path: root/luatools-wine.install
diff options
context:
space:
mode:
authortaotieren2021-06-16 22:27:15 +0800
committertaotieren2021-06-16 22:27:15 +0800
commitd47a1f6dff11f383a96c57bfa1a1d907c6cf5cf9 (patch)
treee31223c6c0ea4168b16dd098fba02973523109f1 /luatools-wine.install
downloadaur-luatools-wine.tar.gz
Update testing luatools-wine
Diffstat (limited to 'luatools-wine.install')
-rw-r--r--luatools-wine.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/luatools-wine.install b/luatools-wine.install
new file mode 100644
index 000000000000..08fbc71ba0f8
--- /dev/null
+++ b/luatools-wine.install
@@ -0,0 +1,17 @@
+# luatools-wine.post_install
+
+info() {
+ echo -e "Wine LuatTools 是合宙的 Lua 调试工具"
+}
+post_install() {
+ info
+}
+post_upgrade() {
+ info
+ echo "deleting the luatools bottle..."
+ find /home -maxdepth 2 -name ".luatools" -exec rm -rf {} \;
+}
+pre_remove() {
+ echo "deleting the luatools bottle..."
+ find /home -maxdepth 2 -name ".luatools" -exec rm -rf {} \;
+}