summarylogtreecommitdiffstats
path: root/gibo.install
diff options
context:
space:
mode:
authorZhanibek Adilbekov2022-01-05 02:27:33 +0600
committerZhanibek Adilbekov2022-01-05 02:27:33 +0600
commit11432c7b446ed71a6d8f381706d70bc5b23d5b47 (patch)
treeb703f0e6864b4be490d7755adf443a32bf580f1b /gibo.install
parent4338fce656db7b93ccc35aa8494fe1e033bbf2c7 (diff)
downloadaur-11432c7b446ed71a6d8f381706d70bc5b23d5b47.tar.gz
docs: remove unnecessary zsh completion guide
Diffstat (limited to 'gibo.install')
-rw-r--r--gibo.install19
1 files changed, 6 insertions, 13 deletions
diff --git a/gibo.install b/gibo.install
index 69b961974f9f..739171bb355f 100644
--- a/gibo.install
+++ b/gibo.install
@@ -1,19 +1,12 @@
# arg 1: the new package version
# arg 2: the old package version
-post_install() {
- cat << EOF
+# post_install() {
+# }
- 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_upgrade() {
+# post_install $1
+# }
post_remove() {
echo "Remember to remove the ${HOME}/.gitignore-boilerplates directory."
-} \ No newline at end of file
+}