summarylogtreecommitdiffstats
path: root/thunder-mini.install
diff options
context:
space:
mode:
Diffstat (limited to 'thunder-mini.install')
-rw-r--r--thunder-mini.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/thunder-mini.install b/thunder-mini.install
new file mode 100644
index 000000000000..21cac45fe20c
--- /dev/null
+++ b/thunder-mini.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo -e '\033[1;33mIn /etc/wine/appenv/thunder-mini can you set the wine container environment variables of this application.\033[0m'
+}
+
+post_upgrade() {
+ post_install
+}