summarylogtreecommitdiffstats
path: root/python2-dill.install
diff options
context:
space:
mode:
authorfordprefect2020-06-16 09:58:16 +0200
committerfordprefect2020-06-16 09:59:48 +0200
commit51d2c0cd6bf73435500a8be9c82c39495ebc668d (patch)
tree3e57a61698cbaa03be4f18f5927202a660119b13 /python2-dill.install
parentcdc5e23ec843b5e71b8b258129f3905191cdb58d (diff)
downloadaur-51d2c0cd6bf73435500a8be9c82c39495ebc668d.tar.gz
0.3.2, drop Py2 library version
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
-}