summaryrefslogtreecommitdiff
path: root/community/shake/shake.install
blob: 0ca53862be2612e51516c88d370e5e2f7cad0205 (plain)
1
2
3
4
5
6
7
post_install() {
  echo "==> shake works faster if you mount your partions with the \"user_xattr\" option"
}

post_upgrade() {
  post_install
}