diff options
Diffstat (limited to 'package-scripts/asdf/postrm')
| -rwxr-xr-x | package-scripts/asdf/postrm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package-scripts/asdf/postrm b/package-scripts/asdf/postrm new file mode 100755 index 0000000..560c896 --- /dev/null +++ b/package-scripts/asdf/postrm @@ -0,0 +1,9 @@ +#!/bin/sh +# +# Perform necessary asdf removal steps +# after package is uninstalled. +# + +echo "asdf has been uninstalled!" + +exit 0 |
