summarylogtreecommitdiffstats
path: root/Discord.install
diff options
context:
space:
mode:
Diffstat (limited to 'Discord.install')
-rw-r--r--Discord.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/Discord.install b/Discord.install
new file mode 100644
index 000000000000..e7d9b8e3511a
--- /dev/null
+++ b/Discord.install
@@ -0,0 +1,6 @@
+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 https://discord.gg/UT7AMAP"
+ echo ">>> You may also want to check out the linux server for help as well https://discord.gg/e7GX27C"
+}