summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Squillace2016-04-30 19:31:36 +0100
committerFilippo Squillace2016-04-30 19:31:36 +0100
commitc01e10ac8d44b477d85d40be262227860140be3c (patch)
tree3aa56cf60a47689d8e3148cb6dd28446dd5f88e5
parent5ff194ff6fe21491aa30def2a68c527cae128074 (diff)
downloadaur-c01e10ac8d44b477d85d40be262227860140be3c.tar.gz
Init the pearl configuration during installation
-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
}