summaryrefslogtreecommitdiff
path: root/pcr/din/din.install
blob: a8b6891b8b2cd0a88ee04f8027c6872736120761 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo
	echo "  If you are upgrading, please remove your HOME/.config/din folder manually so that it can be updated"
    echo
}
post_upgrade() {
    echo
	echo "  If you are upgrading, please remove your HOME/.config/din folder manually so that it can be updated"
    echo
}