summaryrefslogtreecommitdiff
path: root/community/subtle/subtle.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/subtle/subtle.install')
-rw-r--r--community/subtle/subtle.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/subtle/subtle.install b/community/subtle/subtle.install
new file mode 100644
index 000000000..36fa9bafe
--- /dev/null
+++ b/community/subtle/subtle.install
@@ -0,0 +1,8 @@
+post_upgrade() {
+ echo "In order to use sur you have to install the following dependencies: curb and minitar with"
+ echo "You can use this gem command: "
+ echo " gem install curb minitar"
+ echo ""
+ echo "If you have subtles on your system remember to upgrade them doing:"
+ echo " sur upgrade "
+}