blob: f47efb7f9aca4b4e0e37c544f017958e3facc25a (
plain)
1
2
3
4
5
6
|
#!/usr/bin/env bash
post_install() {
echo -e "\e[32mUse the 'discord-update-skip' to patch your Discord config file."
echo -e "This command only needs to run once, after which you can remove the package.\e[0m"
}
|