summarylogtreecommitdiffstats
path: root/echinus.install
blob: 603fa8faf60538990f30a970499fd46068d7c1d5 (plain)
1
2
3
4
5
6
7
post_install() {
  echo "+++ Copy all files from /etc/xdg/echinus to ~/.echinus"
}

post_upgrade() {
  post_install $1
}