summarylogtreecommitdiffstats
path: root/nodejs-google-clasp.install
diff options
context:
space:
mode:
authorrafasc2018-06-12 20:23:24 +0100
committerrafasc2018-06-12 20:23:24 +0100
commitae68374fd6e6fbce2fd5c0560771462249a88d71 (patch)
tree577a36b8b984a642ab2f01e273cf5e975da50107 /nodejs-google-clasp.install
parentdfad8f21d981d8e0dcc069245379d3d6e1e00100 (diff)
downloadaur-ae68374fd6e6fbce2fd5c0560771462249a88d71.tar.gz
upgpkg: nodejs-google-clasp 1.3.2-1
Warning about binary renaming on .install was considered "dubious value" after review on freenode.#archilinux-aur. Upgrade package and Remove .install in favor of pinned comment.
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
-}