summarylogtreecommitdiffstats
path: root/urxvt-tabbedex-git.install
diff options
context:
space:
mode:
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
+}
+