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