aboutsummaryrefslogtreecommitdiffstats
path: root/urxvt-tabbedex.install
diff options
context:
space:
mode:
authorJohannes Löthberg <demizide@gmail.com>2013-06-12 23:14:43 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-08 14:33:40 +0200
commit22cd2ee2b0e1be4086e0f566b01264b64468c1f2 (patch)
tree81d53cf313a0b5cfa103483863ef819ed024c69f /urxvt-tabbedex.install
downloadpkgbuilds-22cd2ee2b0e1be4086e0f566b01264b64468c1f2.tar.xz
Added urxvt-tabbedex
Diffstat (limited to 'urxvt-tabbedex.install')
-rw-r--r--urxvt-tabbedex.install12
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
+}
+