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

post_upgrade() {
        post_install
}