summarylogtreecommitdiffstats
path: root/upak.install
diff options
context:
space:
mode:
authorL.G. Sarmiento2015-06-14 19:39:19 +0200
committerL.G. Sarmiento2015-06-14 19:39:19 +0200
commitdcce72aba0056a4275c2cafd86eec6c4df063569 (patch)
treee32e763e578f02c4735b45d035c92a4ad6fa1a1b /upak.install
downloadaur-dcce72aba0056a4275c2cafd86eec6c4df063569.tar.gz
Initial import
Diffstat (limited to 'upak.install')
-rw-r--r--upak.install24
1 files changed, 24 insertions, 0 deletions
diff --git a/upak.install b/upak.install
new file mode 100644
index 000000000000..f8f336ad8999
--- /dev/null
+++ b/upak.install
@@ -0,0 +1,24 @@
+#!/bin/sh
+
+post_upgrade() {
+ _help_warning
+
+}
+
+post_install() {
+ _help_warning
+}
+
+_help_warning() {
+
+ cat <<EOF
+>>> NOTE: Remember to set properly your help path. By default upak is expecting the
+>>> help to be located in /usr/hhirf/damm.hep or to be pointed out in explicitly
+>>> in the file: ${HOME}/upak_help_path.
+>>>
+>>> You can set your help path by typing in a terminal the following:
+>>>
+>>> echo "/usr/share/doc/upak/" > ${HOME}/upak_help_path
+>>>
+EOF
+}