post_install(){
  cat <<- EOF

For REAPER to pick up the plugin, it must be symlinked into REAPER's user directory.

ln -s /usr/lib/sws/reaper_sws-x86_64.so ~/.config/REAPER/UserPlugins/
ln -s /usr/lib/sws/sws_python64.py ~/.config/REAPER/Scripts/

EOF
}
