summarylogtreecommitdiffstats
path: root/urxvt-tabbedex-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'urxvt-tabbedex-git.install')
-rw-r--r--urxvt-tabbedex-git.install9
1 files changed, 5 insertions, 4 deletions
diff --git a/urxvt-tabbedex-git.install b/urxvt-tabbedex-git.install
index ea071e2731c7..b45deb1ac1ff 100644
--- a/urxvt-tabbedex-git.install
+++ b/urxvt-tabbedex-git.install
@@ -1,9 +1,10 @@
post_install () {
- echo "==> To enable tabbedex place the following in ~/.Xdefaults"
+ echo "==> To enable tabbedex, place the following line in your X resources file"
echo "==> URxvt.perl-ext-common: default,tabbedex"
- echo "==> For documentation see urxvtperl man file (section on the tabbed"
- echo "==> extension), also see the comments at the top of the tabbedex source"
- echo "==> code: /usr/lib/urxvt/perl/tabbedex"
+ echo "==> If you don't have a X resources file set up, check the wiki."
+ echo "==> For documentation see the urxvtperl man page (section on the tabbed"
+ echo "==> extension), and also see the comments at the top of the tabbedex"
+ echo "==> source code in /usr/lib/urxvt/perl/tabbedex."
}
post_upgrade () {