diff options
author | Johannes Löthberg <demizide@gmail.com> | 2013-06-12 22:17:35 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 14:34:46 +0200 |
commit | dfa83caa81e3875b245c0dedbe67a7bef46e8aa0 (patch) | |
tree | 66ec9acfc0ebc8f7d134215265b773f092275e18 /urxvt-tabbedex-git.install | |
download | pkgbuilds-dfa83caa81e3875b245c0dedbe67a7bef46e8aa0.tar.xz |
Added urxvt-tabbedex-git
Diffstat (limited to 'urxvt-tabbedex-git.install')
-rw-r--r-- | urxvt-tabbedex-git.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/urxvt-tabbedex-git.install b/urxvt-tabbedex-git.install new file mode 100644 index 0000000..c726bc4 --- /dev/null +++ b/urxvt-tabbedex-git.install @@ -0,0 +1,12 @@ +post_install () { + echo "==> To enable tabbedex place the following in ~/.Xdefaults" + 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" +} + +post_upgrade () { + post_install $1 +} + |