summarylogtreecommitdiffstats
path: root/pearl.install
diff options
context:
space:
mode:
authorFilippo Squillace2016-04-28 22:42:36 +0100
committerFilippo Squillace2016-04-28 22:48:00 +0100
commit925fb1aa21df09bc11fa0fcb9567e533c5369e45 (patch)
tree65cd71e8e294b85a25639e0e954afc2ee0b7547a /pearl.install
downloadaur-925fb1aa21df09bc11fa0fcb9567e533c5369e45.tar.gz
First commit
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
+}