summarylogtreecommitdiffstats
path: root/pyclewn.install
diff options
context:
space:
mode:
authoranthraxx2015-06-18 18:01:54 +0200
committeranthraxx2015-06-18 18:01:54 +0200
commitea9e5eca0fbb3eebbc0fe834cdf420c1d0b106a2 (patch)
tree3a4e4184d6ddbbb894203d26758040986cf64fa6 /pyclewn.install
downloadaur-ea9e5eca0fbb3eebbc0fe834cdf420c1d0b106a2.tar.gz
addpkg: pyclewn 2.1-1
Diffstat (limited to 'pyclewn.install')
-rw-r--r--pyclewn.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/pyclewn.install b/pyclewn.install
new file mode 100644
index 000000000000..3f827f680cdd
--- /dev/null
+++ b/pyclewn.install
@@ -0,0 +1,16 @@
+post_install() {
+ echo -n "Updating vim help tags..."
+ /usr/bin/vim --noplugins -u NONE -U NONE \
+ --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
+ echo "done."
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim: ts=2 sw=2 et: