summarylogtreecommitdiffstats
path: root/urxvt-tabbedex-git.install
diff options
context:
space:
mode:
authorJohannes Löthberg2013-06-12 22:17:35 +0200
committerJohannes Löthberg2015-06-08 14:34:46 +0200
commitdfa83caa81e3875b245c0dedbe67a7bef46e8aa0 (patch)
tree66ec9acfc0ebc8f7d134215265b773f092275e18 /urxvt-tabbedex-git.install
downloadaur-dfa83caa81e3875b245c0dedbe67a7bef46e8aa0.tar.gz
Added urxvt-tabbedex-git
Diffstat (limited to 'urxvt-tabbedex-git.install')
-rw-r--r--urxvt-tabbedex-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/urxvt-tabbedex-git.install b/urxvt-tabbedex-git.install
new file mode 100644
index 000000000000..c726bc405e6a
--- /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
+}
+