summarylogtreecommitdiffstats
path: root/python2-dill.install
diff options
context:
space:
mode:
Diffstat (limited to 'python2-dill.install')
-rw-r--r--python2-dill.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/python2-dill.install b/python2-dill.install
index 804af234bcb9..f576fb01a432 100644
--- a/python2-dill.install
+++ b/python2-dill.install
@@ -1,6 +1,7 @@
post_install(){
cat << \here
-Accompanying programs unpickle.py and get_objgraph.py are available as unpickle2.py and get_objgraph2.py
+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
}