summarylogtreecommitdiffstats
path: root/DiscordCanary.install
diff options
context:
space:
mode:
authorAnthony Anderson2016-05-14 03:19:01 -0400
committerAnthony Anderson2016-05-14 03:20:56 -0400
commit41096ed1747ddd3dc0f8c3a0d014a7c39fefc48a (patch)
tree382c1dcb83133934506d2373ca6cf7f4ea5b4736 /DiscordCanary.install
parente57569f6f8c0d2ceb43c5f98e03daec1990f60dd (diff)
downloadaur-41096ed1747ddd3dc0f8c3a0d014a7c39fefc48a.tar.gz
added a warning
Signed-off-by: Anthony Anderson <aantony4122@gmail.com>
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"
+}