diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-03 16:58:53 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 14:33:41 +0200 |
commit | e4109b121b7f04fd000f849ddddae8e535cb62b6 (patch) | |
tree | 9a8ddaad4c24898fbc8990e5a8c0dc2de1cf7aa5 /urxvt-tabbedex.install | |
parent | 1e999a47a7403a8f0e6f40ec9751a432f4bab00e (diff) | |
download | pkgbuilds-e4109b121b7f04fd000f849ddddae8e535cb62b6.tar.xz |
urxvt-tabbedex{,-git}: Fixed install text and patch checksum
Diffstat (limited to 'urxvt-tabbedex.install')
-rw-r--r-- | urxvt-tabbedex.install | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/urxvt-tabbedex.install b/urxvt-tabbedex.install index ea071e2..b45deb1 100644 --- a/urxvt-tabbedex.install +++ b/urxvt-tabbedex.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 () { |