diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-25 10:05:20 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-25 10:05:20 -0600 |
| commit | 9ac80fbe229ee6e6434d6b2a12f6dcbac4147d18 (patch) | |
| tree | 9e20c31842757895465f550462c2f2da1ea19e4e /package-scripts/asdf/postinst | |
| parent | c56a674223b3279b23b66aca409dc23c4252d647 (diff) | |
Prepare separate projects for each tool-version
Diffstat (limited to 'package-scripts/asdf/postinst')
| -rwxr-xr-x | package-scripts/asdf/postinst | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/package-scripts/asdf/postinst b/package-scripts/asdf/postinst deleted file mode 100755 index 39d84e8..0000000 --- a/package-scripts/asdf/postinst +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# -# Perform necessary asdf setup steps -# after package is installed. -# - -PROGNAME=`basename $0` - -error_exit() -{ - echo "${PROGNAME}: ${1:-"Unknown Error"}" 1>&2 - exit 1 -} - -echo "Thank you for installing asdf!" - -exit 0 |
