summarylogtreecommitdiffstats
path: root/gibo.install
diff options
context:
space:
mode:
authorDaichi Shinozaki2016-02-12 16:02:33 +0000
committerDaichi Shinozaki2016-02-12 16:02:33 +0000
commitfd70c7eaf3406a5875a6a2f41b8b1dc2c4072e76 (patch)
treeb6243e679b1c435c2797322ddc209e01736ae7af /gibo.install
downloadaur-fd70c7eaf3406a5875a6a2f41b8b1dc2c4072e76.tar.gz
Initial import.
Diffstat (limited to 'gibo.install')
-rw-r--r--gibo.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/gibo.install b/gibo.install
new file mode 100644
index 000000000000..69b961974f9f
--- /dev/null
+++ b/gibo.install
@@ -0,0 +1,19 @@
+# arg 1: the new package version
+# arg 2: the old package version
+post_install() {
+ cat << EOF
+
+ NOTE ZSH Users:
+ If you want to use the gibo completion, you have to source the script
+ from /usr/share/zsh/site-functions/_gibo or add it to your ~/.zshrc
+
+EOF
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ echo "Remember to remove the ${HOME}/.gitignore-boilerplates directory."
+} \ No newline at end of file