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:34:46 +0200 |
commit | 3217ccb6d7386c52b86c8885e337e4fd931ded19 (patch) | |
tree | e96f9c0cd42c99943df0a03e00821a50a79dc7db /urxvt-tabbedex-git.install | |
parent | c3e72d5c341e358c28c45c487a07db89281906ea (diff) | |
download | pkgbuilds-3217ccb6d7386c52b86c8885e337e4fd931ded19.tar.xz |
urxvt-tabbedex{,-git}: Fixed install text and patch checksum
Diffstat (limited to 'urxvt-tabbedex-git.install')
-rw-r--r-- | urxvt-tabbedex-git.install | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/urxvt-tabbedex-git.install b/urxvt-tabbedex-git.install index ea071e2..b45deb1 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 () { |