mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 15:29:38 +01:00
9 lines
617 B
Text
9 lines
617 B
Text
post_upgrade() {
|
|
echo ">>> You may need to delete discord's config directory ~/.config/discordcanary"
|
|
echo ">>> If you are using betterdiscord you may also need to reinstall that"
|
|
echo ">>> Try this if discord is stuck on the updating screen or if nothing displays but a gray box"
|
|
echo ">>> If you believe there is a problem with this AUR package please report it to the AUR page"
|
|
echo ">>> If you believe there is a problem with Discord please report it to:"
|
|
echo ">>> https://discord.gg/discord-testers or https://discord.gg/discord-linux."
|
|
/opt/discord-canary/postinst.sh > /dev/null
|
|
}
|