summarylogtreecommitdiffstats
path: root/python2-dill.install
blob: f576fb01a43259d7e144b2cb613eeb3d5afd018c (plain)
1
2
3
4
5
6
7
8
9
10
post_install(){
    cat << \here
Accompanying programs dill_unpickle.py and get_objgraph.py are available as dill_unpickle2.py and get_objgraph2.py.
Attention: dill_unpickle.py was known as unpickle.py before.
here
}

post_upgrade(){
    post_install
}