summarylogtreecommitdiffstats
path: root/gringotts.install
diff options
context:
space:
mode:
Diffstat (limited to 'gringotts.install')
-rw-r--r--gringotts.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/gringotts.install b/gringotts.install
new file mode 100644
index 000000000000..1a872fcf377d
--- /dev/null
+++ b/gringotts.install
@@ -0,0 +1,19 @@
+# arg 1: the new package version
+post_install() {
+cat <<EOF
+ >> To make gringotts work, the soft- and hard-memory limits need to be raised. Please read '/usr/share/doc/gringotts/README' for detailed information.
+EOF
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ post_install $1
+}
+
+# arg 1: the old package version
+post_remove() {
+cat <<EOF
+ >> 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.
+EOF
+}