summarylogtreecommitdiffstats
path: root/nestopia.install
blob: 956d9ddba3206e3f40c0fc2d36b8f47e016c1f7e (plain)
1
2
3
4
5
6
7

post_upgrade() {
  if [ $(vercmp "$2" 1.51.0) -lt 0 ]; then
    echo " => The settings/data directories have been moved from ~/.nestopia to"
    echo "    respect xdg basedir spec."
  fi
}