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