summarylogtreecommitdiffstats
path: root/swm-git.install
blob: d9e88c377d5f7e964036d3bd1aa004f3b3c71bac (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo "==> To customize it, modify \"config.h\"."
}

post_upgrade() {
  post_install
}