summarylogtreecommitdiffstats
path: root/.install
blob: fd51ad2ea0ae0fd7ddf30e86932c447767498956 (plain)
1
2
3
4
5
6
7
8
9
10
11
# arg 1:  the new package version
post_install() {
    echo ""
    echo "***************************************************************"
    echo "After installed this plugin, please open Krita then go to:"
    echo "\"Settings -> Configure Krita -> Python Plugins Manager\""
    echo "to enable the plugin."
    echo "***************************************************************"
    echo ""
}