summarylogtreecommitdiffstats
path: root/jedstate-git.install
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2024-01-29 17:28:33 +0100
committerKlaus Alexander Seistrup2024-01-29 17:28:33 +0100
commit0b14b68282bdca61c40f151f4e40ce1991700da6 (patch)
tree4cf3d925fbef7932ecb8196edfabe1f8aa3962b1 /jedstate-git.install
parent6d9456042cd2bb092b1f18cd61d13db2d024a27a (diff)
downloadaur-0b14b68282bdca61c40f151f4e40ce1991700da6.tar.gz
Now with installation instructions
Diffstat (limited to 'jedstate-git.install')
-rw-r--r--jedstate-git.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/jedstate-git.install b/jedstate-git.install
new file mode 100644
index 000000000000..cfd3c6913d1b
--- /dev/null
+++ b/jedstate-git.install
@@ -0,0 +1,18 @@
+# -*- sh -*-
+
+pre_install() {
+ cat <<EOF >&2
+NB: In order to use this package you will have to edit
+ startup_hok() and exit_hook() of your ~/.jedrc and
+ also include two autoload() stanzas.
+
+ See /usr/share/doc/$pkgname/jedstate-hooks.sl
+ for an example.
+EOF
+}
+
+pre_upgrade() {
+ pre_install "$@"
+}
+
+# eof