summarylogtreecommitdiffstats
path: root/nodejs-google-clasp.install
diff options
context:
space:
mode:
Diffstat (limited to 'nodejs-google-clasp.install')
-rw-r--r--nodejs-google-clasp.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/nodejs-google-clasp.install b/nodejs-google-clasp.install
deleted file mode 100644
index a2e20cf5cede..000000000000
--- a/nodejs-google-clasp.install
+++ /dev/null
@@ -1,17 +0,0 @@
-# Colored makepkg-like functions
-note() {
- printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
-}
-
-all_off="$(tput sgr0)"
-bold="${all_off}$(tput bold)"
-blue="${bold}$(tput setaf 4)"
-yellow="${bold}$(tput setaf 3)"
-
-post_install() {
- note "The command is called: 'gclasp'"
-}
-
-post_upgrade() {
- post_install
-}