summarylogtreecommitdiffstats
path: root/python2-dill.install
diff options
context:
space:
mode:
Diffstat (limited to 'python2-dill.install')
-rw-r--r--python2-dill.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/python2-dill.install b/python2-dill.install
deleted file mode 100644
index f576fb01a432..000000000000
--- a/python2-dill.install
+++ /dev/null
@@ -1,10 +0,0 @@
-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
-}