summarylogtreecommitdiffstats
path: root/superhexagon.install
blob: d03ed1f1f8fcb250b59f81fb822267401a328489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install()
{
  echo 'See /opt/superhexagon/superhexagonrc.example for how to configure'
  echo 'fullscreen resolution. This fixes fullscreen with multihead setups!'
}

post_upgrade()
{
  if [ "${2%-*}" -le 16 ]; then
    echo 'Fullscreen resolution configuration has been moved to '
    echo '$HOME/.config/superhexagonrc to prevent overwriting during upgrade.'
    post_install
  fi
}