blob: cdb0d94698a54287a8560053ada081c70ae42ca9 (
plain)
1
2
3
4
5
6
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:
|