summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoru0a2662021-07-17 10:04:15 +0900
committeru0a2662021-07-17 10:04:15 +0900
commitd5abe88d0986630ea2dec2c3f3cdfcbbfb818f1b (patch)
tree420ee1b95317e7b0d5703f4fb85f6648676d1671
parent2794c7a39aadd270435a89b59752c0930f9bf998 (diff)
downloadaur-d5abe88d0986630ea2dec2c3f3cdfcbbfb818f1b.tar.gz
Remove unused lines
-rw-r--r--fzpac-git.install32
1 files changed, 0 insertions, 32 deletions
diff --git a/fzpac-git.install b/fzpac-git.install
index 78cae3e44efa..1df6c4dca28a 100644
--- a/fzpac-git.install
+++ b/fzpac-git.install
@@ -1,18 +1,8 @@
-# This is a default template for a post-install scriptlet.
-# Uncomment only required functions and remove any functions
-# you don't need (and this header).
all_off="$(tput sgr0)"
bold="${all_off}$(tput bold)"
yellow="${bold}$(tput setaf 3)"
-## arg 1: the new package version
-#pre_install() {
- # do something here
-#}
-
-## arg 1: the new package version
post_install() {
- # do something here
cat <<EOF
${yellow}completion support for any shells${all_off}
@@ -25,25 +15,3 @@ post_install() {
\`\$BROWSER https://github.com/sheepla/fzpac\`
EOF
}
-
-## arg 1: the new package version
-## arg 2: the old package version
-#pre_upgrade() {
- # do something here
-#}
-
-## arg 1: the new package version
-## arg 2: the old package version
-#post_upgrade() {
- # do something here
-#}
-
-## arg 1: the old package version
-#pre_remove() {
- # do something here
-#}
-
-## arg 1: the old package version
-#post_remove() {
- # do something here
-#}