summaryrefslogtreecommitdiff
path: root/community/subtle/subtle.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-24 00:04:12 +0000
committerroot <root@rshg054.dnsready.net>2012-06-24 00:04:12 +0000
commit4319f36e44d4e7c70bf010c3286bb1739c59d4de (patch)
tree570e5a756192067d69cbabeab8fcf6b81cec3c51 /community/subtle/subtle.install
parent11357a5ab02a7d536375fb8333b2fb67278b4a36 (diff)
Sun Jun 24 00:04:11 UTC 2012
Diffstat (limited to 'community/subtle/subtle.install')
-rw-r--r--community/subtle/subtle.install14
1 files changed, 5 insertions, 9 deletions
diff --git a/community/subtle/subtle.install b/community/subtle/subtle.install
index 363d963c5..cdb0d9469 100644
--- a/community/subtle/subtle.install
+++ b/community/subtle/subtle.install
@@ -1,11 +1,7 @@
post_upgrade() {
- echo "ATTENTION:"
- echo "This release of subtle (0.10.3008) includes awesome changes that might break your config, so please check http://subforge.org/projects/subtle and enjoy the new features"
- echo ""
- 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 "
+ 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: