summaryrefslogtreecommitdiff
path: root/community/subtle/subtle.install
blob: 36fa9bafe923bb1fbfacb61ac207166a3707195b (plain)
1
2
3
4
5
6
7
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 "
}