summarylogtreecommitdiffstats
path: root/hoard.install
diff options
context:
space:
mode:
Diffstat (limited to 'hoard.install')
-rw-r--r--hoard.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/hoard.install b/hoard.install
new file mode 100644
index 000000000000..9f97ce25d478
--- /dev/null
+++ b/hoard.install
@@ -0,0 +1,17 @@
+post_install() {
+ post_upgrade
+}
+
+post_upgrade() {
+ echo "ATTENTION HOARD:"
+ echo "----------"
+ echo "You must set LD_PRELOAD to /usr/lib/libhoard.so."
+ echo "You can do this manually, or uncomment the line in"
+ echo "/etc/profile.d/hoard.sh"
+ echo "----------"
+ echo " This package will be renamed to libhoard in the future"
+}
+
+op=$1
+shift
+$op $*