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.install13
1 files changed, 7 insertions, 6 deletions
diff --git a/urxvt-tabbedex-git.install b/urxvt-tabbedex-git.install
index c726bc405e6a..ea071e2731c7 100644
--- a/urxvt-tabbedex-git.install
+++ b/urxvt-tabbedex-git.install
@@ -1,12 +1,13 @@
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"
+ 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
+ post_install $1
}
+# vim: set ts=4 sw=4 noet: