summarylogtreecommitdiffstats
path: root/haiti.install
blob: 91dd06f58d0ccc810d45490893e60af1bc0494c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  set -e
  cd /usr/share/haiti
  rm -f Gemfile.lock
  bundle config build.nokogiri --use-system-libraries
  bundle install --path vendor/bundle
}

post_upgrade() {
  post_install "$@"
}