summarylogtreecommitdiffstats
path: root/maxx-desktop.install
blob: cf535ed883fe662e20b41432bfffd82581325f1b (plain)
1
2
3
4
5
6
7
8

post_install() {
  echo "==> Remember to install or upgrade your user configuration files!"
}

post_upgrade() {
  post_install
}