summarylogtreecommitdiffstats
path: root/hastebin.install
blob: 0f71abc96464f5270f9dae05858cf645091a48e3 (plain)
1
2
3
4
5
6
7
8
9
post_upgrade()
{
    echo
    echo "IMPORTANT:"
    echo 'hastebin requires that $HASTEBIN_TOKEN or --token contain a valid '
    echo 'Hastebin API token, which can be generated at '
    echo 'https://www.toptal.com/developers/hastebin/documentation'
    echo
}