# Run this after installing post_install() { cat <<EOM == Note == To enable plugins, symlink them from /usr/local/lib/smolbote to the location set in plugins.path (defaults to ~/.config/smolbote/plugins.d): ln -s /usr/local/lib/smolbote/libPlugin.so ~/.config/smolbote/plugins.d EOM } # Run this after updating post_upgrade() { post_install }