blob: 4566443d28aa1ba2a5e750cd94fc1497816746a5 (
plain)
1
2
3
4
5
6
7
|
post_upgrade() {
echo
echo "WARNING: .dapp application files are no longer supported."
echo " Please make sure to convert all your files in"
echo " ~/.local/share/pademelon/applications to the new format."
echo
}
|