summarylogtreecommitdiffstats
path: root/DiscordCanary.install
diff options
context:
space:
mode:
Diffstat (limited to 'DiscordCanary.install')
-rw-r--r--DiscordCanary.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/DiscordCanary.install b/DiscordCanary.install
new file mode 100644
index 000000000000..144cb2b474af
--- /dev/null
+++ b/DiscordCanary.install
@@ -0,0 +1,5 @@
+post_upgrade() {
+ echo ">>> You may need to delete discord's cache directory ~/.cache/discord"
+ echo ">> try this if discord is stuck on the updating screen or if nothing displays but a gray box"
+ echo ">> if this doesn't work ask for help in #linux in the Discord Developers server"
+}