summarylogtreecommitdiffstats
path: root/adhocspot-script.install
diff options
context:
space:
mode:
authorfelics2019-11-08 16:35:10 +0100
committerfelics2019-11-08 16:35:10 +0100
commitd90287b89cefc89535cbdf5355f406344fe59282 (patch)
tree954dfd47c8e45b72cdbe40b6d6cd2ebf5e0b0a1d /adhocspot-script.install
downloadaur-d90287b89cefc89535cbdf5355f406344fe59282.tar.gz
Initial commit.
Diffstat (limited to 'adhocspot-script.install')
-rw-r--r--adhocspot-script.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/adhocspot-script.install b/adhocspot-script.install
new file mode 100644
index 000000000000..55ef2fa52689
--- /dev/null
+++ b/adhocspot-script.install
@@ -0,0 +1,15 @@
+post_install() {
+ post_upgrade
+}
+
+post_upgrade() {
+ echo ""
+ echo "========"
+ echo " Default values for the adhocspot-script are hard-coded within the script."
+ echo " If you want to change settings, override defaults on the command line, or"
+ echo " write a wrapper script which uses your preferred defaults."
+ echo " If you really want to change the defaults within the script, you have to"
+ echo " edit it."
+ echo "========"
+ echo ""
+}