aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2013-10-21 22:18:47 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-08 14:33:41 +0200
commitaf74583f5dd72a18f1c96bb66893e038f4767218 (patch)
tree336a4b6eda46b83e535155eb368603a352dd6380
parent2fd39a3cb19aeebb960e62ed639d2d0d3569f3ef (diff)
downloadpkgbuilds-af74583f5dd72a18f1c96bb66893e038f4767218.tar.xz
Added missing modelines to .install files
-rw-r--r--urxvt-tabbedex.install13
1 files changed, 7 insertions, 6 deletions
diff --git a/urxvt-tabbedex.install b/urxvt-tabbedex.install
index c726bc4..ea071e2 100644
--- a/urxvt-tabbedex.install
+++ b/urxvt-tabbedex.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: