mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
added an a fix message to the post install
Signed-off-by: Anthony Anderson <lordillyohs@gmail.com>
This commit is contained in:
parent
51f1a2b8d3
commit
e124de12d0
3 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = discord-canary
|
||||
pkgdesc = Discord Canary linux release
|
||||
pkgver = 0.0.11
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://discordapp.com/
|
||||
install = DiscordCanary.install
|
||||
arch = x86_64
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
post_upgrade() {
|
||||
echo ">>> The run command changed from DiscordCanary to discord-canary"
|
||||
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 you are experiencing a (A JavaScript error occurred in the main process) error try deleting the /tmp/discordcanary.sock file"
|
||||
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"
|
||||
}
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=discord-canary
|
||||
pkgver=0.0.11
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Discord Canary linux release'
|
||||
arch=('x86_64')
|
||||
url='https://discordapp.com/'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue