summarylogtreecommitdiffstats
path: root/urlscan.install
diff options
context:
space:
mode:
authorChris Down2016-10-06 12:43:56 +0100
committerChris Down2016-10-06 12:43:56 +0100
commit9d1557c1c1aa138b899e508cd4f84556efce8e2e (patch)
tree41fe0aa05698adae14580d3d5247625bedacb2d1 /urlscan.install
downloadaur-9d1557c1c1aa138b899e508cd4f84556efce8e2e.tar.gz
Release 0.8.3-1
Diffstat (limited to 'urlscan.install')
-rw-r--r--urlscan.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/urlscan.install b/urlscan.install
new file mode 100644
index 000000000000..d6319b942944
--- /dev/null
+++ b/urlscan.install
@@ -0,0 +1,11 @@
+## arg 1: the new package version
+post_install() {
+cat <<End-of-message
+
+ Configuration:
+ The default system browser will be used (if set) to open URLs. If a particular browser is desired, set the BROWSER environment variable. For example, add:
+ export BROWSER="chromium"
+ to .bashrc
+End-of-message
+}
+# vim:set ts=2 sw=2 et: