diff options
author | Johannes Löthberg <demizide@gmail.com> | 2013-06-12 23:14:43 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 14:33:40 +0200 |
commit | 22cd2ee2b0e1be4086e0f566b01264b64468c1f2 (patch) | |
tree | 81d53cf313a0b5cfa103483863ef819ed024c69f /urxvt-tabbedex.install | |
download | pkgbuilds-22cd2ee2b0e1be4086e0f566b01264b64468c1f2.tar.xz |
Added urxvt-tabbedex
Diffstat (limited to 'urxvt-tabbedex.install')
-rw-r--r-- | urxvt-tabbedex.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/urxvt-tabbedex.install b/urxvt-tabbedex.install new file mode 100644 index 0000000..c726bc4 --- /dev/null +++ b/urxvt-tabbedex.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 +} + |