post_install() {echoecho"You need to configure the privatebin instance to use."echo"Read the manual: man privatebin.conf"echoecho"Or create a config for the default instance:"echo"mkdir -p ~/.config/privatebin/"echo'cat << EOF > ~/.config/privatebin/config.json{ "bin": [ { "name": "", "host": "https://privatebin.net" } ]}EOF'echo}