updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gringotts / gringotts.install
blob1a872fcf377ddd59ad645650bb1f37b8af6d759b
1 # arg 1:  the new package version
2 post_install() {
3 cat <<EOF
4   >> To make gringotts work, the soft- and hard-memory limits need to be raised. Please read '/usr/share/doc/gringotts/README' for detailed information.
5 EOF
8 # arg 1:  the new package version
9 # arg 2:  the old package version
10 post_upgrade() {
11   post_install $1
14 # arg 1:  the old package version
15 post_remove() {
16 cat <<EOF
17   >> Check your '/etc/security/limits.conf' file for any changes made for the gringotts package. If you will not use this software in the future, those changes can be deleted.
18 EOF