summarylogtreecommitdiffstats
path: root/pearl.install
diff options
context:
space:
mode:
Diffstat (limited to 'pearl.install')
-rw-r--r--pearl.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/pearl.install b/pearl.install
new file mode 100644
index 000000000000..573c774d1b30
--- /dev/null
+++ b/pearl.install
@@ -0,0 +1,15 @@
+_msg(){
+ echo 'To configure the PEARL_HOME directory:'
+ echo ' /opt/pearl/bin/pearl init'
+}
+
+# arg 1: the new package version
+post_install() {
+ _msg
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ _msg
+}