diff options
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 +} + |