diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2013-10-19 02:15:56 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 14:34:46 +0200 |
commit | 41a38dda7a34defcf9aab5cf0c0db5642683c31b (patch) | |
tree | eaf24f4a6e48fd9495d00b0c266d05b11f5a5fc4 /urxvt-tabbedex-git.install | |
parent | ca866a3451b4be7e7de30d8484cb9cd7baf0d910 (diff) | |
download | pkgbuilds-41a38dda7a34defcf9aab5cf0c0db5642683c31b.tar.xz |
Reindent with tabs, minor style changes
Diffstat (limited to 'urxvt-tabbedex-git.install')
-rw-r--r-- | urxvt-tabbedex-git.install | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/urxvt-tabbedex-git.install b/urxvt-tabbedex-git.install index c726bc4..ea071e2 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: |