summarylogtreecommitdiffstats
path: root/ourico.install
blob: f1c91ea41a8189e276211b86004013adb00b5740 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo "  -> copy /etc/xdg/ourico/ouricorc to ~/.ouricorc"
}

post_upgrade() {
  post_install $1
}

# vim:set ts=2 sw=2 et: