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.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/subtle/subtle.install b/community/subtle/subtle.install
new file mode 100644
index 000000000..cdb0d9469
--- /dev/null
+++ b/community/subtle/subtle.install
@@ -0,0 +1,7 @@
+post_upgrade() {
+ echo "In order to use sur you can install ruby-curb and ruby-minitar."
+ echo "If you have subtle on your system remember to upgrade with:"
+ echo " sur upgrade"
+}
+
+# vim:set ts=2 sw=2 et: