summarylogtreecommitdiffstats
path: root/.install
blob: 11d08f6b50bcd28efab9708201c6fd1c847107e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# arg 1:  the new package version
post_install() {
    echo ""
    echo "***************************************************************"
    echo "(1) After installed this plugin, please open Krita then go to:"
    echo "\"Settings -> Configure Krita -> Python Plugins Manager\""
    echo "to enable the plugin."
    echo ""
    echo "(2) Please note that package maintainer changed the"
    echo "PluginDevTools.KritaAPI.*.zip file's path from:"
    echo "        \"/usr/share/krita/pykrita/\""
    echo "to:"
    echo "        \"~/.cache/krita/\""
    echo "to avoid writing the system path."
    echo "***************************************************************"
    echo ""
}