diff options
Diffstat (limited to 'community/shake/shake.install')
-rw-r--r-- | community/shake/shake.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/community/shake/shake.install b/community/shake/shake.install new file mode 100644 index 000000000..0ca53862b --- /dev/null +++ b/community/shake/shake.install @@ -0,0 +1,7 @@ +post_install() { + echo "==> shake works faster if you mount your partions with the \"user_xattr\" option" +} + +post_upgrade() { + post_install +} |