aboutsummaryrefslogtreecommitdiffstats
path: root/community/roundcubemail/roundcubemail.post-upgrade
blob: 7557e4178f9562a89eda8b84b212c51293a11afb (plain)
1
2
3
4
5
6
7
#!/bin/sh

echo "*" >&2
echo -e "* Please read /usr/share/doc/roundcube/UPGRADE\n\
* in roundcubemail-doc package for schema or config update" >&2
echo "*" >&2
exit 0